diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-06-03 16:54:58 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-06-03 16:54:58 +0100 |
| commit | 3044ef060894c62e8a1cef15ad14078001093982 (patch) | |
| tree | c9ea7ed1ae06e803229da3f51267b14aff9267f1 /src | |
| parent | cde85356d0f13c5e41b38484dbeb7516eeeee774 (diff) | |
Windows #include.
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/gl_video_view.cc | 1 |
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; |
