fixed build
authorVladislav Vinogradov <vlad.vinogradov@itseez.com>
Thu, 4 Apr 2013 10:27:40 +0000 (14:27 +0400)
committerVladislav Vinogradov <vlad.vinogradov@itseez.com>
Mon, 8 Apr 2013 13:25:15 +0000 (17:25 +0400)
modules/gpu/src/video_reader.cpp
modules/nonfree/test/test_precomp.hpp

index cd9a23b..cff4d15 100644 (file)
@@ -70,8 +70,6 @@ void cv::gpu::VideoReader_GPU::dumpFormat(std::ostream&) { throw_no_cuda(); }
 #include "cuvid_video_source.h"
 #include "ffmpeg_video_source.h"
 
-#include "cu_safe_call.h"
-
 class cv::gpu::VideoReader_GPU::Impl
 {
 public:
index 230ea91..cacf372 100644 (file)
@@ -11,6 +11,7 @@
 
 #include <iostream>
 #include "opencv2/ts.hpp"
+#include "opencv2/ts/gpu_test.hpp"
 #include "opencv2/imgproc.hpp"
 #include "opencv2/highgui.hpp"
 #include "opencv2/nonfree.hpp"