Merge pull request #129 from cuda-geek/CCL-test-fix
[profile/ivi/opencv.git] / modules / highgui / perf / perf_precomp.hpp
1 #ifdef __GNUC__
2 #  pragma GCC diagnostic ignored "-Wmissing-declarations"
3 #  ifdef __clang__
4 #    pragma GCC diagnostic ignored "-Wmissing-prototypes"
5 #    pragma GCC diagnostic ignored "-Wextra"
6 #  endif
7 #endif
8
9 #ifndef __OPENCV_PERF_PRECOMP_HPP__
10 #define __OPENCV_PERF_PRECOMP_HPP__
11
12 #include "opencv2/ts/ts.hpp"
13 #include "opencv2/highgui/highgui.hpp"
14
15 #ifdef GTEST_CREATE_SHARED_LIBRARY
16 #error no modules except ts should have GTEST_CREATE_SHARED_LIBRARY defined
17 #endif
18
19 #endif