X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fvideo_panel.cc;fp=src%2Fwx%2Fvideo_panel.cc;h=5d82c17b3955e5d5d60358180a4e6b599034dad5;hb=c04fec82d25127fafa73c3daff87bece9aa8c8e8;hp=7a892bb742571e343e0f9cedbad5e55b063a0596;hpb=63ea8ea5fdfff1158def8c57361bcc3da21e2ad6;p=dcpomatic.git diff --git a/src/wx/video_panel.cc b/src/wx/video_panel.cc index 7a892bb74..5d82c17b3 100644 --- a/src/wx/video_panel.cc +++ b/src/wx/video_panel.cc @@ -56,6 +56,9 @@ using boost::dynamic_pointer_cast; using boost::bind; using boost::optional; using namespace dcpomatic; +#if BOOST_VERSION >= 106100 +using namespace boost::placeholders; +#endif VideoPanel::VideoPanel (ContentPanel* p)