-
Notifications
You must be signed in to change notification settings - Fork 6.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[opencv2] fix missing include (#33570)
- Loading branch information
1 parent
7692510
commit 8bc6d22
Showing
5 changed files
with
20 additions
and
2 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/ts/src/gpu_test.cpp b/modules/ts/src/gpu_test.cpp | ||
index 21d9ad9..a626b0b 100644 | ||
--- a/modules/ts/src/gpu_test.cpp | ||
+++ b/modules/ts/src/gpu_test.cpp | ||
@@ -42,6 +42,7 @@ | ||
|
||
#include "opencv2/ts/gpu_test.hpp" | ||
#include <stdexcept> | ||
+#include <functional> | ||
|
||
using namespace cv; | ||
using namespace cv::gpu; |
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