From: Carl Hetherington Date: Mon, 3 Jun 2019 15:54:58 +0000 (+0100) Subject: Windows #include. X-Git-Tag: v2.15.6~6 X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=3044ef060894c62e8a1cef15ad14078001093982 Windows #include. --- 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 #include +#include #endif using std::cout;