opencv/modules/photo/test/test_precomp.hpp

18 lines
417 B
C++
Raw Normal View History

#ifdef __GNUC__
# pragma GCC diagnostic ignored "-Wmissing-declarations"
2012-11-01 22:59:07 +08:00
# ifdef __clang__
# pragma GCC diagnostic ignored "-Wmissing-prototypes"
# pragma GCC diagnostic ignored "-Wextra"
# endif
#endif
#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