diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-06-03 14:13:53 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-06-03 14:13:53 +0100 |
| commit | 9911159cb0bd9817265fe66086f75612f077aaf8 (patch) | |
| tree | dcd11315f99ae4295e5a1b90749d0c3b8493629a /src | |
| parent | d6aeac37c58a15d113d00713db9c33fdcd7432d8 (diff) | |
Another OS X 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 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> |
