summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-06-03 14:13:53 +0100
committerCarl Hetherington <cth@carlh.net>2019-06-03 14:13:53 +0100
commit9911159cb0bd9817265fe66086f75612f077aaf8 (patch)
treedcd11315f99ae4295e5a1b90749d0c3b8493629a /src
parentd6aeac37c58a15d113d00713db9c33fdcd7432d8 (diff)
Another OS X 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 7d72c53b5..cac8e9c8f 100644
--- a/src/wx/gl_video_view.cc
+++ b/src/wx/gl_video_view.cc
@@ -30,6 +30,7 @@
#include <OpenGL/glu.h>
#include <OpenGL/glext.h>
#include <OpenGL/CGLTypes.h>
+#include <OpenGL/OpenGL.h>
#else
#include <GL/glu.h>
#include <GL/glext.h>