Missing OS X include.
authorCarl Hetherington <cth@carlh.net>
Mon, 14 Aug 2017 23:57:10 +0000 (00:57 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 14 Aug 2017 23:57:10 +0000 (00:57 +0100)
src/tools/dcpomatic_player.cc

index c29e2f61aa66f0e3676a5a4ce128e59afcf7267c..c6918ffa0db0fc482be8477407e28f916a2c500d 100644 (file)
@@ -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>