diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-10-21 09:23:12 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-10-21 22:22:18 +0200 |
| commit | 1a7c50245309bb0b99001940b2203a267de942ca (patch) | |
| tree | 58f5c4c820730a303d2567bc5d5fb727400c85bf /src/tools/dcpomatic_kdm_cli.cc | |
| parent | dec38a44157da230e1dbd0dc3b7b0860c6859493 (diff) | |
macOS / new boost build fixes.v2.15.104
Diffstat (limited to 'src/tools/dcpomatic_kdm_cli.cc')
| -rw-r--r-- | src/tools/dcpomatic_kdm_cli.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/tools/dcpomatic_kdm_cli.cc b/src/tools/dcpomatic_kdm_cli.cc index adb14f49e..b9f73d357 100644 --- a/src/tools/dcpomatic_kdm_cli.cc +++ b/src/tools/dcpomatic_kdm_cli.cc @@ -46,8 +46,12 @@ using boost::shared_ptr; using boost::optional; using boost::bind; using boost::dynamic_pointer_cast; +#if BOOST_VERSION >= 106100 +using namespace boost::placeholders; +#endif using namespace dcpomatic; + static void help () { |
