vcpkg/ports/opencv2/0020-missing-include.patch

11 lines
218 B
Diff
Raw Normal View History

2023-09-07 04:00:43 +08:00
--- 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;