forked from microsoft/vcpkg
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[opencv3/4] add missing include (microsoft#33226)
- Loading branch information
1 parent
607e797
commit 57d42f6
Showing
9 changed files
with
40 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
diff --git a/modules/dnn/src/op_halide.cpp b/modules/dnn/src/op_halide.cpp | ||
index c96971bc6aac..d107e01887d0 100644 | ||
--- a/modules/dnn/src/op_halide.cpp | ||
+++ b/modules/dnn/src/op_halide.cpp | ||
@@ -11,6 +11,7 @@ | ||
|
||
#ifdef HAVE_HALIDE | ||
#include <HalideRuntimeOpenCL.h> | ||
+#include <thread> | ||
#endif // HAVE_HALIDE | ||
|
||
namespace cv |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
diff --git a/modules/dnn/src/op_halide.cpp b/modules/dnn/src/op_halide.cpp | ||
index 653de36146cc..db1a72278e70 100644 | ||
--- a/modules/dnn/src/op_halide.cpp | ||
+++ b/modules/dnn/src/op_halide.cpp | ||
@@ -14,6 +14,7 @@ | ||
#include "halide_scheduler.hpp" | ||
|
||
#include <HalideRuntimeOpenCL.h> | ||
+#include <thread> | ||
#endif // HAVE_HALIDE | ||
|
||
namespace cv { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters