Build fixes for Boost >= 1.73
[dcpomatic.git] / src / wx / timeline_dialog.cc
index 0d0d4f9f98facbe2fcfc33db4c0debb33cbdc419..261177e36815e55b2a8d7ad52f812892ffbed585 100644 (file)
@@ -34,6 +34,9 @@ using std::cout;
 using std::string;
 using boost::shared_ptr;
 using boost::weak_ptr;
+#if BOOST_VERSION >= 106100
+using namespace boost::placeholders;
+#endif
 
 TimelineDialog::TimelineDialog (ContentPanel* cp, shared_ptr<Film> film, weak_ptr<FilmViewer> viewer)
        : wxDialog (