summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-06-03 16:54:58 +0100
committerCarl Hetherington <cth@carlh.net>2019-06-03 16:54:58 +0100
commit3044ef060894c62e8a1cef15ad14078001093982 (patch)
treec9ea7ed1ae06e803229da3f51267b14aff9267f1 /src
parentcde85356d0f13c5e41b38484dbeb7516eeeee774 (diff)
Windows #include.
Diffstat (limited to 'src')
-rw-r--r--src/wx/gl_video_view.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/gl_video_view.cc b/src/wx/gl_video_view.cc
index 400e69c63..d16ac4441 100644
--- a/src/wx/gl_video_view.cc
+++ b/src/wx/gl_video_view.cc
@@ -42,6 +42,7 @@
#ifdef DCPOMATIC_WINDOWS
#include <GL/glu.h>
#include <GL/glext.h>
+#include <GL/wglext.h>
#endif
using std::cout;