summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-10-08 00:25:15 +0100
committerCarl Hetherington <cth@carlh.net>2015-10-09 13:45:02 +0100
commite2a17243c3a7047bb02ef2c7dddc5c71efc8181e (patch)
treec6aa3aa17217c1151a5232e046675af70536dd42
parent6726db098168aa9c3d781082b088c33ee8445fc3 (diff)
OS X build fix.
-rw-r--r--src/tools/dcpomatic_kdm.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tools/dcpomatic_kdm.cc b/src/tools/dcpomatic_kdm.cc
index 351c61750..4b0685d41 100644
--- a/src/tools/dcpomatic_kdm.cc
+++ b/src/tools/dcpomatic_kdm.cc
@@ -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>