perf_precomp.hpp 447 Bytes
Newer Older
1 2
#ifdef __GNUC__
#  pragma GCC diagnostic ignored "-Wmissing-declarations"
3
#  pragma GCC diagnostic ignored "-Wmissing-prototypes" //OSX
4 5
#endif

6 7 8 9 10 11 12
#ifndef __OPENCV_PERF_PRECOMP_HPP__
#define __OPENCV_PERF_PRECOMP_HPP__

#include "opencv2/ts/ts.hpp"
#include "opencv2/photo/photo.hpp"
#include "opencv2/highgui/highgui.hpp"

13
#ifdef GTEST_CREATE_SHARED_LIBRARY
14 15 16 17
#error no modules except ts should have GTEST_CREATE_SHARED_LIBRARY defined
#endif

#endif