fixup! fixup! Clean up handling of paths relative to the executable.
[dcpomatic.git] / src / lib / cross_osx.cc
index 5668ea2955080297d6458aa89f6fa6aab04cc3dc..c2a15d572cf724b59f422cd9e6bb51179079975f 100644 (file)
@@ -32,6 +32,9 @@ extern "C" {
 #include <boost/algorithm/string.hpp>
 #include <boost/foreach.hpp>
 #include <boost/regex.hpp>
+#if BOOST_VERSION >= 106100
+#include <boost/dll/runtime_symbol_info.hpp>
+#endif
 #include <sys/sysctl.h>
 #include <mach-o/dyld.h>
 #include <IOKit/pwr_mgt/IOPMLib.h>