From: cconopoima Date: Thu, 20 Jun 2024 08:58:10 +0000 (+0100) Subject: [bos #38500 #41499 #41496][EDF] Move thread header inclussion outside TBB conditional... X-Git-Tag: V9_13_0b1~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=refs%2Ftlpr%2F47%2Fhead;p=modules%2Fsmesh.git [bos #38500 #41499 #41496][EDF] Move thread header inclussion outside TBB conditional to allow compilation when TBB=OFF in SMESH. --- diff --git a/src/StdMeshers/StdMeshers_Cartesian_3D.cxx b/src/StdMeshers/StdMeshers_Cartesian_3D.cxx index d4736b4c6..c392deeea 100644 --- a/src/StdMeshers/StdMeshers_Cartesian_3D.cxx +++ b/src/StdMeshers/StdMeshers_Cartesian_3D.cxx @@ -101,6 +101,7 @@ //STD #include #include +#include #include @@ -117,8 +118,6 @@ #define WINVER 0x0A00 #define _WIN32_WINNT 0x0A00 #endif - -#include #include #include #endif