mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 10:59:00 +08:00
b5af23d78a
* [Opencv3] remove non-existing header files * update version
13 lines
383 B
Diff
13 lines
383 B
Diff
diff --git a/modules/core/src/parallel.cpp b/modules/core/src/parallel.cpp
|
|
index a4a7baf..b5981eb 100644
|
|
--- 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
|