X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Fwx%2Ffilm_editor.cc;h=ce91c3cc49565a06e288c27dfca0f3f13c891983;hp=894d1d4bf1b3d0baf5c1218096e78e35ff0aac64;hb=dd9be86db6cde0afa5da0d1d1ac43b42e05dca26;hpb=563fc75855b9649cf135cf137cc1b0c43ebc8286 diff --git a/src/wx/film_editor.cc b/src/wx/film_editor.cc index 894d1d4bf..ce91c3cc4 100644 --- a/src/wx/film_editor.cc +++ b/src/wx/film_editor.cc @@ -38,9 +38,12 @@ using std::cout; using std::string; using std::list; -using boost::shared_ptr; -using boost::weak_ptr; +using std::shared_ptr; +using std::weak_ptr; using boost::optional; +#if BOOST_VERSION >= 106100 +using namespace boost::placeholders; +#endif FilmEditor::FilmEditor (wxWindow* parent, weak_ptr viewer) : wxPanel (parent)