1#ifndef __OPENCV_PERF_PRECOMP_HPP__ 2#define __OPENCV_PERF_PRECOMP_HPP__ 3 4#include <opencv2/ts.hpp> 5#include <opencv2/dnn.hpp> 6 7#include "../test/test_common.hpp" 8 9namespace opencv_test { 10using namespace perf; 11using namespace cv::dnn; 12} // namespace 13 14#endif 15 16