Commit 678e114e authored by Tony Theodore's avatar Tony Theodore

highgui: use forward slash for gl.h include

The backslash causes build failure when cross-compiling with mingw-w64
parent a2fed4c7
...@@ -65,7 +65,7 @@ ...@@ -65,7 +65,7 @@
#include <vector> #include <vector>
#include <functional> #include <functional>
#include "opencv2/highgui.hpp" #include "opencv2/highgui.hpp"
#include <GL\gl.h> #include <GL/gl.h>
#endif #endif
static const char* trackbar_text = static const char* trackbar_text =
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment