opencv/modules/highgui/test/test_precomp.hpp

14 lines
262 B
C++
Raw Normal View History

#ifndef __OPENCV_TEST_PRECOMP_HPP__
#define __OPENCV_TEST_PRECOMP_HPP__
2011-12-20 15:45:49 +08:00
#ifdef HAVE_CVCONFIG_H
# include "cvconfig.h"
#endif
#include "opencv2/ts/ts.hpp"
#include "opencv2/imgproc/imgproc.hpp"
2011-06-01 22:23:55 +08:00
#include "opencv2/imgproc/imgproc_c.h"
#include <iostream>
#endif