mirror of
https://github.com/opencv/opencv.git
synced 2025-06-11 03:33:28 +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 <functional>
|
||||
#include "opencv2/highgui.hpp"
|
||||
#include <GL\gl.h>
|
||||
#include <GL/gl.h>
|
||||
#endif
|
||||
|
||||
static const char* trackbar_text =
|
||||
|
Loading…
Reference in New Issue
Block a user