mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-11 16:19:16 +05:00
[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:
parent
a4d1fae96a
commit
1396881275
@ -101,6 +101,7 @@
|
||||
//STD
|
||||
#include <limits>
|
||||
#include <mutex>
|
||||
#include <thread>
|
||||
|
||||
#include <boost/container/flat_map.hpp>
|
||||
|
||||
@ -117,8 +118,6 @@
|
||||
#define WINVER 0x0A00
|
||||
#define _WIN32_WINNT 0x0A00
|
||||
#endif
|
||||
|
||||
#include <thread>
|
||||
#include <algorithm>
|
||||
#include <tbb/parallel_for.h>
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user