From 74accbd9691367970b4a0a32678caf80d5056a58 Mon Sep 17 00:00:00 2001 From: hbristow Date: Fri, 6 Sep 2013 16:42:32 +1000 Subject: [PATCH] Added to mxarray.hpp, which seems to be needed explictly by some compilers --- modules/matlab/include/opencv2/matlab/mxarray.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/matlab/include/opencv2/matlab/mxarray.hpp b/modules/matlab/include/opencv2/matlab/mxarray.hpp index cd7ac82..047ec43 100644 --- a/modules/matlab/include/opencv2/matlab/mxarray.hpp +++ b/modules/matlab/include/opencv2/matlab/mxarray.hpp @@ -46,6 +46,7 @@ #include #include #include +#include #include #include #include -- 2.7.4