replaced #include <some_opencv_hdr> with #include "some_opencv_hdr" (ticket #719)
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
//#define DEBUG_CIRCLES
|
||||
|
||||
#ifdef DEBUG_CIRCLES
|
||||
#include <opencv2/highgui/highgui.hpp>
|
||||
#include "opencv2/highgui/highgui.hpp"
|
||||
#endif
|
||||
|
||||
using namespace cv;
|
||||
|
@@ -47,7 +47,7 @@
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <cvconfig.h>
|
||||
#include "cvconfig.h"
|
||||
#endif
|
||||
|
||||
#include "opencv2/calib3d/calib3d.hpp"
|
||||
|
Reference in New Issue
Block a user