Skip to content

Commit

Permalink
fixed compilation by the genproj tool
Browse files Browse the repository at this point in the history
  • Loading branch information
smoskvin committed Nov 11, 2022
1 parent 402ad27 commit 2923ef0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Standard/Standard_MMgrTBBalloc.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

// paralleling with Intel TBB
#ifdef HAVE_TBB
#pragma comment (lib, "tbbmalloc.lib")
#include <tbb/scalable_allocator.h>
using namespace tbb;
#else
Expand Down
1 change: 1 addition & 0 deletions src/TKDraw/EXTERNLIB
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ TKShHealing
TKMesh
TKService
TKHLR
TKTopAlgo
CSF_TclLibs
CSF_TclTkLibs
CSF_XwLibs
Expand Down

0 comments on commit 2923ef0

Please sign in to comment.