Fixed compilation error under Windows

This commit is contained in:
Alexander Reshetnikov 2012-03-22 22:26:33 +00:00
parent 6de7064836
commit 7817e11e01

View File

@ -41,11 +41,12 @@
//M*/
#include "test_precomp.hpp"
#include "ffmpeg_codecs.hpp"
#include "opencv2/highgui/highgui.hpp"
#ifdef HAVE_FFMPEG
#include "ffmpeg_codecs.hpp"
using namespace cv;
using namespace std;