diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-08-15 00:57:10 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-08-15 00:57:10 +0100 |
| commit | 6e839d5b42bb701d446e26296c156deca2e7be44 (patch) | |
| tree | 8a1f6dfbdd0d36c0efa0347e74287c7919058b4b /src | |
| parent | c79c14e1ed3498094d0f82ea854ea43bea3728e1 (diff) | |
Missing OS X include.
Diffstat (limited to 'src')
| -rw-r--r-- | src/tools/dcpomatic_player.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tools/dcpomatic_player.cc b/src/tools/dcpomatic_player.cc index c29e2f61a..c6918ffa0 100644 --- a/src/tools/dcpomatic_player.cc +++ b/src/tools/dcpomatic_player.cc @@ -41,6 +41,9 @@ #include <wx/splash.h> #include <wx/cmdline.h> #include <wx/preferences.h> +#ifdef __WXOSX__ +#include <ApplicationServices/ApplicationServices.h> +#endif #include <boost/bind.hpp> #include <iostream> |
