Changing #include to generic video.hpp
authorDaniel Fernandes <daniel@danielfernand.es>
Wed, 11 Jun 2014 07:00:21 +0000 (02:00 -0500)
committerDaniel Fernandes <daniel@danielfernand.es>
Wed, 11 Jun 2014 07:00:21 +0000 (02:00 -0500)
Per https://github.com/Itseez/opencv/pull/2783#discussion_r13573590

modules/matlab/include/opencv2/matlab/bridge.hpp

index 6d42906..a98c06a 100644 (file)
@@ -50,7 +50,7 @@
 #include <opencv2/imgproc.hpp>
 #include <opencv2/calib3d.hpp>
 #include <opencv2/photo.hpp>
-#include <opencv2/video/tracking.hpp>
+#include <opencv2/video.hpp>
 
 namespace cv {
 namespace bridge {