mirror of
https://github.com/wjakob/tbb.git
synced 2026-08-29 16:40:40 +08:00
TBB: C++17 fix
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user