Build fixes for Boost >= 1.73
[dcpomatic.git] / src / wx / timeline_dialog.cc
index 3af86b707753768aa77a0dc6c453d87c3a9a2aef..6fb195f86978fb4c6529567c848d79b272236636 100644 (file)
@@ -33,6 +33,9 @@ using std::list;
 using std::cout;
 using std::string;
 using boost::shared_ptr;
+#if BOOST_VERSION >= 106100
+using namespace boost::placeholders;
+#endif
 
 TimelineDialog::TimelineDialog (ContentPanel* cp, shared_ptr<Film> film)
        : wxDialog (