vlc | branch: master | Samuel Martin <[email protected]> | Sun May 24 14:30:10 2015 +0200| [b82416d7000a993b33e903095a590fe32212a85e] | committer: Jean-Baptiste Kempf
opencv_example: add missing #include statements Signed-off-by: Samuel Martin <[email protected]> Signed-off-by: Jean-Baptiste Kempf <[email protected]> > 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> /***************************************************************************** _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
