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