Build fixes for Boost >= 1.73
[dcpomatic.git] / src / wx / film_editor.cc
index a017175f522106d4663f1b98d37087d9e2304d19..18aedc6de7f51b43c49f879c56619fa3de42b4b5 100644 (file)
@@ -41,6 +41,9 @@ using std::list;
 using boost::shared_ptr;
 using boost::weak_ptr;
 using boost::optional;
+#if BOOST_VERSION >= 106100
+using namespace boost::placeholders;
+#endif
 
 FilmEditor::FilmEditor (wxWindow* parent, weak_ptr<FilmViewer> viewer)
        : wxPanel (parent)