Skip to content

Commit 66487d9

Browse files
author
Philipp Wagner
committed
Corrected the included headers for the tests.
1 parent c96bb0c commit 66487d9

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

test/test_funs.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
#ifndef __OPENCV_TEST_TEST_FUNS_HPP__
22
#define __OPENCV_TEST_TEST_FUNS_HPP__
33

4-
#include "opencv2/opencv.hpp"
4+
#include "opencv2/core/core.hpp"
5+
56
using namespace cv;
67
using namespace std;
78

test/test_helper.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#include "test_precomp.hpp"
1+
22
#include "opencv2/opencv.hpp"
33
#include "opencv2/ts/ts.hpp"
44

test/test_lbp.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#include "test_precomp.hpp"
1+
22
#include "opencv2/opencv.hpp"
33
#include "opencv2/ts/ts.hpp"
44

test/test_lda.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#include "test_precomp.hpp"
1+
22
#include "opencv2/opencv.hpp"
33
#include "opencv2/ts/ts.hpp"
44

test/test_main.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#include "test_precomp.hpp"
21

32
#include "opencv2/ts/ts.hpp"
43
#include "opencv2/ts/ts_gtest.h"

0 commit comments

Comments
 (0)