TBB: C++17 fix

This commit is contained in:
Wenzel Jakob
2018-11-01 20:58:21 +01:00
parent 08b4341a18
commit 80b737eeb2
+3
View File
@@ -21,6 +21,9 @@
// Source file for miscellaneous entities that are infrequently referenced by // Source file for miscellaneous entities that are infrequently referenced by
// an executing program. // an executing program.
#if defined(_MSC_VER)
# include <windows.h>
#endif
#include "tbb/tbb_stddef.h" #include "tbb/tbb_stddef.h"
#include "tbb_assert_impl.h" // Out-of-line TBB assertion handling routines are instantiated here. #include "tbb_assert_impl.h" // Out-of-line TBB assertion handling routines are instantiated here.
#include "tbb/tbb_exception.h" #include "tbb/tbb_exception.h"