Fixed a compilation error (get<N> not found).
authorRoman Donchenko <roman.donchenko@itseez.com>
Tue, 16 Jul 2013 10:23:05 +0000 (14:23 +0400)
committerRoman Donchenko <roman.donchenko@itseez.com>
Tue, 16 Jul 2013 10:23:05 +0000 (14:23 +0400)
modules/superres/perf/perf_superres_ocl.cpp

index e75a877..456ae5e 100644 (file)
@@ -46,6 +46,7 @@
 
 #include "opencv2/ocl/ocl.hpp"
 using namespace std;
+using namespace std::tr1;
 using namespace testing;
 using namespace perf;
 using namespace cv;