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
|
|
|
|
|
2012-03-15 15:36:01 +01:00
|
|
|
#ifndef __OPENCV_TEST_PRECOMP_HPP__
|
|
|
|
#define __OPENCV_TEST_PRECOMP_HPP__
|
|
|
|
|
|
|
|
#include "opencv2/ts/ts.hpp"
|
|
|
|
#include "opencv2/photo/photo.hpp"
|
|
|
|
#include "opencv2/highgui/highgui.hpp"
|
|
|
|
#include <iostream>
|
|
|
|
|
|
|
|
#endif
|