From b3655233f154fa330ca46dcb90d5193ccbb2c587 Mon Sep 17 00:00:00 2001 From: Daniel Fernandes Date: Wed, 11 Jun 2014 02:00:21 -0500 Subject: [PATCH] Changing #include to generic video.hpp Per https://github.com/Itseez/opencv/pull/2783#discussion_r13573590 --- modules/matlab/include/opencv2/matlab/bridge.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/matlab/include/opencv2/matlab/bridge.hpp b/modules/matlab/include/opencv2/matlab/bridge.hpp index 6d42906..a98c06a 100644 --- a/modules/matlab/include/opencv2/matlab/bridge.hpp +++ b/modules/matlab/include/opencv2/matlab/bridge.hpp @@ -50,7 +50,7 @@ #include #include #include -#include +#include namespace cv { namespace bridge { -- 2.7.4