Build fixes for Boost >= 1.73
[dcpomatic.git] / src / wx / film_editor.cc
index 894d1d4bf1b3d0baf5c1218096e78e35ff0aac64..c0d383821b6da0c5cf81fbd5ec6ea36770f771d7 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)