From cde85356d0f13c5e41b38484dbeb7516eeeee774 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 3 Jun 2019 16:36:42 +0100 Subject: Attempted Windows GL fixes. --- src/wx/gl_video_view.cc | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'src') 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 #include #include -#else +#endif + +#ifdef DCPOMATIC_LINUX #include #include #include #endif +#ifdef DCPOMATIC_WINDOWS +#include +#include +#endif + using std::cout; using boost::shared_ptr; using boost::optional; -- cgit v1.2.3