Merge pull request #1128 from SpecLad:ocl-tr1

This commit is contained in:
Roman Donchenko 2013-07-17 15:08:38 +04:00 committed by OpenCV Buildbot
commit 5d8af49016

View File

@ -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;