From 54409423f767d8b1cf30cb7d0efca6b4ca138823 Mon Sep 17 00:00:00 2001 From: Ethan Morgan Date: Sat, 14 Feb 2026 16:44:06 +0000 Subject: move to own git server --- vcpkg/ports/opencv2/0008-missing-include.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 vcpkg/ports/opencv2/0008-missing-include.patch (limited to 'vcpkg/ports/opencv2/0008-missing-include.patch') diff --git a/vcpkg/ports/opencv2/0008-missing-include.patch b/vcpkg/ports/opencv2/0008-missing-include.patch new file mode 100644 index 0000000..d5390a1 --- /dev/null +++ b/vcpkg/ports/opencv2/0008-missing-include.patch @@ -0,0 +1,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 ++#include + + using namespace cv; + using namespace cv::gpu; -- cgit v1.2.3