highgui: use forward slash for gl.h include

The backslash causes build failure when cross-compiling with mingw-w64
pull/8132/head
Tony Theodore 8 years ago
parent a2fed4c790
commit 678e114e5f
  1. 2
      modules/highgui/src/window_w32.cpp

@ -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…
Cancel
Save