1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-21 10:13:43 +03:00

fixed compilation by the genproj tool

This commit is contained in:
smoskvin 2022-11-09 18:27:55 +03:00
parent 402ad27743
commit 2923ef0df8
2 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,7 @@
// paralleling with Intel TBB // paralleling with Intel TBB
#ifdef HAVE_TBB #ifdef HAVE_TBB
#pragma comment (lib, "tbbmalloc.lib")
#include <tbb/scalable_allocator.h> #include <tbb/scalable_allocator.h>
using namespace tbb; using namespace tbb;
#else #else

View File

@ -9,6 +9,7 @@ TKShHealing
TKMesh TKMesh
TKService TKService
TKHLR TKHLR
TKTopAlgo
CSF_TclLibs CSF_TclLibs
CSF_TclTkLibs CSF_TclTkLibs
CSF_XwLibs CSF_XwLibs