Skip to content

Commit 56741a4

Browse files
committed
fix patch oops
1 parent 8bd39ad commit 56741a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
diff -Nuarp opencv-2.4.13.7.orig/include/opencv2/opencv.hpp opencv-2.4.13.7/include/opencv2/opencv.hpp
22
--- opencv-2.4.13.7.orig/include/opencv2/opencv.hpp 2021-03-12 10:34:37.813906930 +0800
33
+++ opencv-2.4.13.7/include/opencv2/opencv.hpp 2018-07-02 05:41:56.000000000 +0800
4-
@@ -73,6 +73,7 @@
4+
@@ -73,7 +73,6 @@
55
#include "opencv2/ml/ml.hpp"
66
#endif
77
#ifdef HAVE_OPENCV_HIGHGUI
8-
+#include "opencv2/highgui/highgui_c.h"
8+
-#include "opencv2/highgui/highgui_c.h"
99
#include "opencv2/highgui/highgui.hpp"
1010
#endif
1111
#ifdef HAVE_OPENCV_CONTRIB

0 commit comments

Comments
 (0)