[vlc-commits] opencv_example: add missing #include statements

Samuel Martin git at videolan.org
Tue May 26 14:10:29 CEST 2015


vlc | branch: master | Samuel Martin <s.martin49 at gmail.com> | Sun May 24 14:30:10 2015 +0200| [b82416d7000a993b33e903095a590fe32212a85e] | committer: Jean-Baptiste Kempf

opencv_example: add missing #include statements

Signed-off-by: Samuel Martin <s.martin49 at gmail.com>
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b82416d7000a993b33e903095a590fe32212a85e
---

 modules/video_filter/opencv_example.cpp |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/modules/video_filter/opencv_example.cpp b/modules/video_filter/opencv_example.cpp
index ae3af05..998f286 100644
--- a/modules/video_filter/opencv_example.cpp
+++ b/modules/video_filter/opencv_example.cpp
@@ -41,6 +41,8 @@
 
 #include <opencv2/core/core_c.h>
 #include <opencv2/core/core.hpp>
+#include <opencv2/imgproc/imgproc_c.h>
+#include <opencv2/imgproc/imgproc.hpp>
 #include <opencv2/objdetect/objdetect.hpp>
 
 /*****************************************************************************



More information about the vlc-commits mailing list