Fix build following previous commit.
authorCarl Hetherington <cth@carlh.net>
Fri, 24 Apr 2020 11:08:46 +0000 (13:08 +0200)
committerCarl Hetherington <cth@carlh.net>
Fri, 24 Apr 2020 11:08:46 +0000 (13:08 +0200)
src/wx/timing_panel.cc

index 184356a20cb39fc2ab80fcce5eac69f3ac529796..c7268e8a5e71feb2c05e969f0dc215a95113a533 100644 (file)
@@ -36,6 +36,9 @@
 #include "lib/dcp_content.h"
 #include "lib/ffmpeg_content.h"
 #include <dcp/locale_convert.h>
+#ifdef __WXGTK__
+#include <gtk/gtk.h>
+#endif
 #include <boost/foreach.hpp>
 #include <set>
 #include <iostream>