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