2012-06-08 16:54:17 +02:00
|
|
|
#ifdef __GNUC__
|
|
|
|
# pragma GCC diagnostic ignored "-Wmissing-declarations"
|
2012-07-05 14:56:31 +02:00
|
|
|
# pragma GCC diagnostic ignored "-Wmissing-prototypes" //OSX
|
2012-06-08 16:54:17 +02:00
|
|
|
#endif
|
|
|
|
|
2011-02-09 21:55:11 +01:00
|
|
|
#ifndef __OPENCV_TEST_PRECOMP_HPP__
|
|
|
|
#define __OPENCV_TEST_PRECOMP_HPP__
|
|
|
|
|
|
|
|
#include "opencv2/ts/ts.hpp"
|
|
|
|
#include "opencv2/objdetect/objdetect.hpp"
|
2011-02-16 12:38:58 +01:00
|
|
|
#include "opencv2/imgproc/imgproc.hpp"
|
2011-02-09 21:55:11 +01:00
|
|
|
#include "opencv2/highgui/highgui.hpp"
|
|
|
|
|
|
|
|
#endif
|