From eb306311f1aacb9459bb419db9760dd4ee631a3e Mon Sep 17 00:00:00 2001 From: Alexander Shishkov Date: Wed, 18 Apr 2012 07:48:47 +0000 Subject: [PATCH] fixed FFMPEG wrapper compilation on Windows --- modules/highgui/src/cap_ffmpeg_impl_v2.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/highgui/src/cap_ffmpeg_impl_v2.hpp b/modules/highgui/src/cap_ffmpeg_impl_v2.hpp index ca9fd25e6e..1186187158 100755 --- a/modules/highgui/src/cap_ffmpeg_impl_v2.hpp +++ b/modules/highgui/src/cap_ffmpeg_impl_v2.hpp @@ -43,6 +43,7 @@ #include "cap_ffmpeg_api.hpp" #include #include +#include #if defined _MSC_VER && _MSC_VER >= 1200 #pragma warning( disable: 4244 4510 4512 4610 )