Build fixes for Boost >= 1.73
[dcpomatic.git] / src / wx / timeline_content_view.cc
index a55526c88604378691ce162ebf485d20dc0b85a5..7304c0e2a89373abcc6c27d1bedac3e86acff7d4 100644 (file)
@@ -27,6 +27,9 @@
 
 using std::list;
 using boost::shared_ptr;
+#if BOOST_VERSION >= 106100
+using namespace boost::placeholders;
+#endif
 
 TimelineContentView::TimelineContentView (Timeline& tl, shared_ptr<Content> c)
        : TimelineView (tl)