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

Samuel Martin git at videolan.org
Sun Jun 14 19:04:30 CEST 2015


vlc/vlc-2.2 | branch: master | Samuel Martin <s.martin49 at gmail.com> | Sun May 24 14:30:10 2015 +0200| [4231a97f40d8c8fae7a5080e3c571a16451b3bac] | 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>
(cherry picked from commit b82416d7000a993b33e903095a590fe32212a85e)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

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

 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