added cvconfig.hpp header file to gpu tests
it uses HAVE_CUDA, HAVE_NVCUVID, etc. macroses
This commit is contained in:
@@ -47,6 +47,7 @@
|
||||
#include "opencv2/highgui.hpp"
|
||||
#include "opencv2/imgproc.hpp"
|
||||
#include "opencv2/ts/ts_perf.hpp"
|
||||
#include "cvconfig.h"
|
||||
|
||||
namespace perf
|
||||
{
|
||||
|
@@ -44,6 +44,7 @@
|
||||
#define __OPENCV_GPU_TEST_UTILITY_HPP__
|
||||
|
||||
#include <stdexcept>
|
||||
#include "cvconfig.h"
|
||||
#include "opencv2/core.hpp"
|
||||
#include "opencv2/core/gpu.hpp"
|
||||
#include "opencv2/highgui.hpp"
|
||||
|
Reference in New Issue
Block a user