mirror of
https://github.com/opencv/opencv.git
synced 2025-01-18 06:03:15 +08:00
Fixed a compilation error (get<N> not found).
This commit is contained in:
parent
886c009da6
commit
523048f99f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user