macOS / new boost build fixes.
[dcpomatic.git] / src / lib / film.cc
index e2e77cce2b757ea2be3514186be7321ebb009088..87037f51fb97169a6293e302d262e6aadc19e136 100644 (file)
@@ -102,6 +102,9 @@ using boost::weak_ptr;
 using boost::dynamic_pointer_cast;
 using boost::optional;
 using boost::is_any_of;
+#if BOOST_VERSION >= 106100
+using namespace boost::placeholders;
+#endif
 using dcp::raw_convert;
 using namespace dcpomatic;