summaryrefslogtreecommitdiffstats
path: root/deps/frei0r-plugins/patches/frei0r_opencv2_include.patch
diff options
context:
space:
mode:
Diffstat (limited to 'deps/frei0r-plugins/patches/frei0r_opencv2_include.patch')
-rw-r--r--deps/frei0r-plugins/patches/frei0r_opencv2_include.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/deps/frei0r-plugins/patches/frei0r_opencv2_include.patch b/deps/frei0r-plugins/patches/frei0r_opencv2_include.patch
new file mode 100644
index 0000000..d139575
--- /dev/null
+++ b/deps/frei0r-plugins/patches/frei0r_opencv2_include.patch
@@ -0,0 +1,10 @@
+--- frei0r-plugins-1.6.1/src/filter/facebl0r/facebl0r.cpp.orig 2018-07-14 20:49:01.564511495 +1000
++++ frei0r-plugins-1.6.1/src/filter/facebl0r/facebl0r.cpp 2018-07-14 18:47:44.430685507 +1000
+@@ -19,6 +19,7 @@
+ #include <stdlib.h>
+ #include <opencv/cv.h>
+ #include <opencv/highgui.h>
++#include <opencv2/imgproc.hpp>
+
+
+ #include <frei0r.hpp>