mirror of
https://github.com/opencv/opencv.git
synced 2024-11-26 04:00:30 +08:00
9 lines
163 B
C++
9 lines
163 B
C++
#ifndef __OPENCV_TEST_PRECOMP_HPP__
|
|
#define __OPENCV_TEST_PRECOMP_HPP__
|
|
|
|
#include "opencv2/ts/ts.hpp"
|
|
#include "opencv2/core/core_c.h"
|
|
#include <iostream>
|
|
|
|
#endif
|