From 6c675a09278aeb7f579ff9ee7c20e990119be8ff Mon Sep 17 00:00:00 2001 From: Yu Hao Date: Thu, 31 May 2018 14:04:16 +0800 Subject: [PATCH] Fix openCV 3.4.1 highgui --- src/http_stream.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/http_stream.cpp b/src/http_stream.cpp index 9192f75a..d9915b26 100644 --- a/src/http_stream.cpp +++ b/src/http_stream.cpp @@ -44,7 +44,7 @@ using std::cerr; using std::endl; #include "opencv2/opencv.hpp" -#include "opencv2/highgui.hpp" +#include "opencv2/highgui/highgui.hpp" #include "opencv2/highgui/highgui_c.h" #include "opencv2/imgproc/imgproc_c.h" #ifndef CV_VERSION_EPOCH @@ -305,4 +305,4 @@ image image_data_augmentation(IplImage* ipl, int w, int h, } -#endif // OPENCV \ No newline at end of file +#endif // OPENCV