mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 00:03:03 +04:00
fixed compile problems when Makefiles are used
This commit is contained in:
@@ -1 +0,0 @@
|
||||
#include "precomp.hpp"
|
||||
@@ -1,4 +1,4 @@
|
||||
#include "precomp.hpp"
|
||||
#include "test_precomp.hpp"
|
||||
#include <iostream>
|
||||
|
||||
using namespace cv;
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
#include "precomp.hpp"
|
||||
#include "test_precomp.hpp"
|
||||
#include "opencv2/gtest/gtest_main.hpp"
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
#include "test_precomp.hpp"
|
||||
Reference in New Issue
Block a user