blob: d5390a1340e9e19f3853a6b1f5222a8392cad7c4 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- 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;
|