Build fixes for Boost >= 1.73
[dcpomatic.git] / src / lib / hints.cc
index e936332a27b6465bbdadd9c9d0cfa3eb79dabc5e..34a7a8392f513299adf450b385f7b4b4fafa65fc 100644 (file)
@@ -50,6 +50,9 @@ using boost::weak_ptr;
 using boost::optional;
 using boost::bind;
 using namespace dcpomatic;
+#if BOOST_VERSION >= 106100
+using namespace boost::placeholders;
+#endif
 
 Hints::Hints (weak_ptr<const Film> film)
        : _film (film)