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