diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-06-03 15:40:01 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-06-03 15:40:01 +0200 |
| commit | 12ebe6f250f18d77f614dd3fcff1b19f85d96ca3 (patch) | |
| tree | 15e34ae22d374f1bf200a3e3c8e5b18413b62fd0 /src | |
| parent | cf3a029007be67952fb5e64b531bf128f35d89c5 (diff) | |
fixup! fixup! Clean up handling of paths relative to the executable.
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/cross_osx.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/cross_osx.cc b/src/lib/cross_osx.cc index 5668ea295..c2a15d572 100644 --- a/src/lib/cross_osx.cc +++ b/src/lib/cross_osx.cc @@ -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> |
