fixed FFMPEG wrapper compilation on Windows
authorAlexander Shishkov <no@email>
Wed, 18 Apr 2012 07:48:47 +0000 (07:48 +0000)
committerAlexander Shishkov <no@email>
Wed, 18 Apr 2012 07:48:47 +0000 (07:48 +0000)
modules/highgui/src/cap_ffmpeg_impl_v2.hpp

index ca9fd25..1186187 100755 (executable)
@@ -43,6 +43,7 @@
 #include "cap_ffmpeg_api.hpp"
 #include <assert.h>
 #include <algorithm>
+#include <limits>
 
 #if defined _MSC_VER && _MSC_VER >= 1200
 #pragma warning( disable: 4244 4510 4512 4610 )