fixed compilation FFMPEG wrapper on Windows
authorAlexander Shishkov <no@email>
Thu, 15 Mar 2012 07:22:31 +0000 (07:22 +0000)
committerAlexander Shishkov <no@email>
Thu, 15 Mar 2012 07:22:31 +0000 (07:22 +0000)
modules/highgui/src/cap_ffmpeg_impl.hpp

index a2c6166..7743d54 100644 (file)
@@ -41,6 +41,7 @@
 
 #include "cap_ffmpeg_api.hpp"
 #include <assert.h>
+#include <algorithm>
 
 #if defined _MSC_VER && _MSC_VER >= 1200
 #pragma warning( disable: 4244 4510 4512 4610 )