Build fixes for Boost >= 1.73
[dcpomatic.git] / src / wx / timeline.cc
index de5f05ae78ae09703e4541876bab31fb4d8e46fe..0bb7502e9c7f58289b96058ffaee3c7710a23acb 100644 (file)
@@ -54,6 +54,9 @@ using boost::weak_ptr;
 using boost::dynamic_pointer_cast;
 using boost::bind;
 using boost::optional;
+#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);