macOS / new boost build fixes.
[dcpomatic.git] / src / tools / dcpomatic_kdm_cli.cc
index adb14f49e8bb588938f0a5d52c35cd659367346b..b9f73d357e8f38b0fdb72f865d380c3c05b8f049 100644 (file)
@@ -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 ()
 {