Commit 523048f9 authored by Roman Donchenko's avatar Roman Donchenko

Fixed a compilation error (get<N> not found).

parent 886c009d
...@@ -46,6 +46,7 @@ ...@@ -46,6 +46,7 @@
#include "opencv2/ocl/ocl.hpp" #include "opencv2/ocl/ocl.hpp"
using namespace std; using namespace std;
using namespace std::tr1;
using namespace testing; using namespace testing;
using namespace perf; using namespace perf;
using namespace cv; using namespace cv;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment