replaced #include <some_opencv_hdr> with #include "some_opencv_hdr" (ticket #719)
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
* that was generated with imagelist_creator.cpp
|
||||
* easy as CV_PI right?
|
||||
*/
|
||||
#include <opencv2/highgui/highgui.hpp>
|
||||
#include "opencv2/highgui/highgui.hpp"
|
||||
#include <iostream>
|
||||
#include <vector>
|
||||
|
||||
|
Reference in New Issue
Block a user