ba289b17c4b3e82a3941d89be46d289409225ee1
[profile/ivi/opencv.git] / modules / nonfree / test / test_precomp.hpp
1 #ifdef __GNUC__
2 #  pragma GCC diagnostic ignored "-Wmissing-declarations"
3 #  if defined __clang__ || defined __APPLE__
4 #    pragma GCC diagnostic ignored "-Wmissing-prototypes"
5 #    pragma GCC diagnostic ignored "-Wextra"
6 #  endif
7 #endif
8
9 #ifndef __OPENCV_TEST_PRECOMP_HPP__
10 #define __OPENCV_TEST_PRECOMP_HPP__
11
12 #include <iostream>
13 #include "opencv2/ts.hpp"
14 #include "opencv2/ts/cuda_test.hpp"
15 #include "opencv2/imgproc.hpp"
16 #include "opencv2/highgui.hpp"
17 #include "opencv2/nonfree.hpp"
18
19 #include "opencv2/ts/cuda_test.hpp"
20
21 #include "opencv2/opencv_modules.hpp"
22 #include "cvconfig.h"
23
24 #ifdef HAVE_OPENCV_OCL
25 #  include "opencv2/nonfree/ocl.hpp"
26 #endif
27
28 #ifdef HAVE_CUDA
29 #  include "opencv2/nonfree/cuda.hpp"
30 #endif
31
32 #endif