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