Fix openCV 3.4.1 highgui

pull/946/head
Yu Hao 7 years ago
parent ec766fc3f1
commit 6c675a0927
No known key found for this signature in database
GPG Key ID: 8BE2715575E5E711
  1. 2
      src/http_stream.cpp

@ -44,7 +44,7 @@ using std::cerr;
using std::endl; using std::endl;
#include "opencv2/opencv.hpp" #include "opencv2/opencv.hpp"
#include "opencv2/highgui.hpp" #include "opencv2/highgui/highgui.hpp"
#include "opencv2/highgui/highgui_c.h" #include "opencv2/highgui/highgui_c.h"
#include "opencv2/imgproc/imgproc_c.h" #include "opencv2/imgproc/imgproc_c.h"
#ifndef CV_VERSION_EPOCH #ifndef CV_VERSION_EPOCH

Loading…
Cancel
Save