diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-04-24 13:08:46 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-04-24 13:08:46 +0200 |
| commit | 357d55e1561c7c3b3fc31e645ad445c7e9398a7d (patch) | |
| tree | eb25a140ae1a08043e1a4a59d3a9b7c3b8cebb03 | |
| parent | 7ccd46e07ef55e60feeb820b7a2164d24bb1e2cd (diff) | |
Fix build following previous commit.
| -rw-r--r-- | src/wx/timing_panel.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wx/timing_panel.cc b/src/wx/timing_panel.cc index 184356a20..c7268e8a5 100644 --- a/src/wx/timing_panel.cc +++ b/src/wx/timing_panel.cc @@ -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> |
