diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/gl_video_view.cc | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/wx/gl_video_view.cc b/src/wx/gl_video_view.cc index 52d39b571..400e69c63 100644 --- a/src/wx/gl_video_view.cc +++ b/src/wx/gl_video_view.cc @@ -31,12 +31,19 @@ #include <OpenGL/glext.h> #include <OpenGL/CGLTypes.h> #include <OpenGL/OpenGL.h> -#else +#endif + +#ifdef DCPOMATIC_LINUX #include <GL/glu.h> #include <GL/glext.h> #include <GL/glxext.h> #endif +#ifdef DCPOMATIC_WINDOWS +#include <GL/glu.h> +#include <GL/glext.h> +#endif + using std::cout; using boost::shared_ptr; using boost::optional; |
