From: Alexander Reshetnikov Date: Thu, 22 Mar 2012 22:26:33 +0000 (+0000) Subject: Fixed compilation error under Windows X-Git-Tag: accepted/2.0/20130307.220821~1044 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7817e11e01410a9dccbd52e101bd5f0998ecf761;p=profile%2Fivi%2Fopencv.git Fixed compilation error under Windows --- diff --git a/modules/highgui/test/test_ffmpeg.cpp b/modules/highgui/test/test_ffmpeg.cpp index 84ce7fe..112ec72 100644 --- a/modules/highgui/test/test_ffmpeg.cpp +++ b/modules/highgui/test/test_ffmpeg.cpp @@ -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;