Skip to content

Commit

Permalink
fix patch oops
Browse files Browse the repository at this point in the history
  • Loading branch information
nihui committed Mar 12, 2021
1 parent 8bd39ad commit 56741a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions opencv-2.4.13.7-fix-highgui-include.patch
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
diff -Nuarp opencv-2.4.13.7.orig/include/opencv2/opencv.hpp opencv-2.4.13.7/include/opencv2/opencv.hpp
--- opencv-2.4.13.7.orig/include/opencv2/opencv.hpp 2021-03-12 10:34:37.813906930 +0800
+++ opencv-2.4.13.7/include/opencv2/opencv.hpp 2018-07-02 05:41:56.000000000 +0800
@@ -73,6 +73,7 @@
@@ -73,7 +73,6 @@
#include "opencv2/ml/ml.hpp"
#endif
#ifdef HAVE_OPENCV_HIGHGUI
+#include "opencv2/highgui/highgui_c.h"
-#include "opencv2/highgui/highgui_c.h"
#include "opencv2/highgui/highgui.hpp"
#endif
#ifdef HAVE_OPENCV_CONTRIB

0 comments on commit 56741a4

Please sign in to comment.