From 0ea66a38ff5ea126d5b02cd79e21fb5e9beb8983 Mon Sep 17 00:00:00 2001 From: Alexander Shishkov Date: Thu, 15 Mar 2012 07:22:31 +0000 Subject: [PATCH] fixed compilation FFMPEG wrapper on Windows --- modules/highgui/src/cap_ffmpeg_impl.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/highgui/src/cap_ffmpeg_impl.hpp b/modules/highgui/src/cap_ffmpeg_impl.hpp index a2c6166..7743d54 100644 --- a/modules/highgui/src/cap_ffmpeg_impl.hpp +++ b/modules/highgui/src/cap_ffmpeg_impl.hpp @@ -41,6 +41,7 @@ #include "cap_ffmpeg_api.hpp" #include +#include #if defined _MSC_VER && _MSC_VER >= 1200 #pragma warning( disable: 4244 4510 4512 4610 ) -- 2.7.4