vcpkg/ports/opencv3/fix-tbb-error.patch
JonLiu1993 b5af23d78a
[opencv3] remove non-existing header files (#28199)
* [Opencv3] remove non-existing header files

* update version
2022-12-06 11:54:40 -08:00

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