X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Fwx%2Ffilm_editor.cc;h=c0d383821b6da0c5cf81fbd5ec6ea36770f771d7;hp=894d1d4bf1b3d0baf5c1218096e78e35ff0aac64;hb=c04fec82d25127fafa73c3daff87bece9aa8c8e8;hpb=63ea8ea5fdfff1158def8c57361bcc3da21e2ad6 diff --git a/src/wx/film_editor.cc b/src/wx/film_editor.cc index 894d1d4bf..c0d383821 100644 --- a/src/wx/film_editor.cc +++ b/src/wx/film_editor.cc @@ -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 viewer) : wxPanel (parent)