macOS / new boost build fixes.
[dcpomatic.git] / src / lib / dcp_content.cc
index f507784208444f4c152253aa1909769a708ad32e..b4ee1444c95a51f5e9597b99b83a2dff43939e3a 100644 (file)
@@ -56,6 +56,9 @@ using boost::scoped_ptr;
 using boost::optional;
 using boost::function;
 using boost::dynamic_pointer_cast;
+#if BOOST_VERSION >= 106100
+using namespace boost::placeholders;
+#endif
 using dcp::raw_convert;
 using namespace dcpomatic;