mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-14 19:09:02 +08:00
11 lines
278 B
Diff
11 lines
278 B
Diff
|
--- a/modules/core/src/parallel.cpp
|
||
|
+++ b/modules/core/src/parallel.cpp
|
||
|
@@ -101,7 +101,6 @@
|
||
|
#endif
|
||
|
#include "tbb/tbb.h"
|
||
|
#include "tbb/task.h"
|
||
|
- #include "tbb/tbb_stddef.h"
|
||
|
#if TBB_INTERFACE_VERSION >= 8000
|
||
|
#include "tbb/task_arena.h"
|
||
|
#endif
|