From 6c675a09278aeb7f579ff9ee7c20e990119be8ff Mon Sep 17 00:00:00 2001
From: Yu Hao <jinyu121@gmail.com>
Date: Thu, 31 May 2018 06:04:16 +0000
Subject: [PATCH] Fix openCV 3.4.1 highgui

---
 src/http_stream.cpp |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/http_stream.cpp b/src/http_stream.cpp
index 9192f75..d9915b2 100644
--- a/src/http_stream.cpp
+++ b/src/http_stream.cpp
@@ -44,7 +44,7 @@
 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 @@
 }
 
 
-#endif	// OPENCV
\ No newline at end of file
+#endif	// OPENCV

--
Gitblit v1.10.0