Commit e7d9d119 authored by StevenPuttemans's avatar StevenPuttemans

fixing build with extra modules

parent addeb493
...@@ -18,11 +18,11 @@ ...@@ -18,11 +18,11 @@
#include "opencv2/opencv_modules.hpp" #include "opencv2/opencv_modules.hpp"
#ifdef HAVE_OPENCV_OCL #ifdef HAVE_OPENCV_OCL
# include "opencv2/nonfree/ocl.hpp" # include "opencv2/ocl.hpp"
#endif #endif
#ifdef HAVE_CUDA #ifdef HAVE_CUDA
# include "opencv2/nonfree/cuda.hpp" # include "opencv2/xfeatures2d/cuda.hpp"
#endif #endif
#ifdef GTEST_CREATE_SHARED_LIBRARY #ifdef GTEST_CREATE_SHARED_LIBRARY
......
...@@ -22,11 +22,11 @@ ...@@ -22,11 +22,11 @@
#include "cvconfig.h" #include "cvconfig.h"
#ifdef HAVE_OPENCV_OCL #ifdef HAVE_OPENCV_OCL
# include "opencv2/nonfree/ocl.hpp" # include "opencv2/ocl.hpp"
#endif #endif
#ifdef HAVE_CUDA #ifdef HAVE_CUDA
# include "opencv2/nonfree/cuda.hpp" # include "opencv2/xfeatures2d/cuda.hpp"
#endif #endif
#endif #endif
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