Build fixes for Boost >= 1.73
[dcpomatic.git] / src / wx / timeline.cc
index c9a6dc9f172e056d5e29310a98ac87fe9857ec40..7b9758febd16a4b3a27e300ab0f259745a3c5c42 100644 (file)
@@ -56,6 +56,9 @@ using boost::dynamic_pointer_cast;
 using boost::bind;
 using boost::optional;
 using namespace dcpomatic;
+#if BOOST_VERSION >= 106100
+using namespace boost::placeholders;
+#endif
 
 /* 3 hours in 640 pixels */
 double const Timeline::_minimum_pixels_per_second = 640.0 / (60 * 60 * 3);