[bos #38500 #41499 #41496][EDF] Move thread header inclussion outside TBB conditional to allow compilation when TBB=OFF in SMESH.

This commit is contained in:
cconopoima 2024-06-20 09:58:10 +01:00
parent a4d1fae96a
commit 1396881275

View File

@ -101,6 +101,7 @@
//STD //STD
#include <limits> #include <limits>
#include <mutex> #include <mutex>
#include <thread>
#include <boost/container/flat_map.hpp> #include <boost/container/flat_map.hpp>
@ -117,8 +118,6 @@
#define WINVER 0x0A00 #define WINVER 0x0A00
#define _WIN32_WINNT 0x0A00 #define _WIN32_WINNT 0x0A00
#endif #endif
#include <thread>
#include <algorithm> #include <algorithm>
#include <tbb/parallel_for.h> #include <tbb/parallel_for.h>
#endif #endif