mirror of
https://github.com/opencv/opencv.git
synced 2025-06-12 12:22:51 +08:00
highgui: use forward slash for gl.h include
The backslash causes build failure when cross-compiling with mingw-w64
This commit is contained in:
parent
a2fed4c790
commit
678e114e5f
@ -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 =
|
||||||
|
Loading…
Reference in New Issue
Block a user