OS X build fix.
authorCarl Hetherington <cth@carlh.net>
Wed, 7 Oct 2015 23:25:15 +0000 (00:25 +0100)
committerCarl Hetherington <cth@carlh.net>
Fri, 9 Oct 2015 12:45:02 +0000 (13:45 +0100)
src/tools/dcpomatic_kdm.cc

index 351c61750a37de9dbcf28ee978710abf9215d9e9..4b0685d4136db3cf2617fbb12c8b2669b8077941 100644 (file)
@@ -41,6 +41,9 @@
 #include <wx/wx.h>
 #include <wx/preferences.h>
 #include <wx/filepicker.h>
+#ifdef __WXOSX__
+#include <ApplicationServices/ApplicationServices.h>
+#endif
 #include <boost/bind.hpp>
 #include <boost/foreach.hpp>