X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Fwx%2Ftext_view.cc;h=66c1446285e5f8cf6cd60859cb737552971d9ba9;hp=271e02d41a357a4050a27715362c0d921a0f0564;hb=c04fec82d25127fafa73c3daff87bece9aa8c8e8;hpb=63ea8ea5fdfff1158def8c57361bcc3da21e2ad6 diff --git a/src/wx/text_view.cc b/src/wx/text_view.cc index 271e02d41..66c144628 100644 --- a/src/wx/text_view.cc +++ b/src/wx/text_view.cc @@ -36,6 +36,9 @@ using boost::weak_ptr; using boost::bind; using boost::dynamic_pointer_cast; using namespace dcpomatic; +#if BOOST_VERSION >= 106100 +using namespace boost::placeholders; +#endif TextView::TextView ( wxWindow* parent, shared_ptr film, shared_ptr content, shared_ptr text, shared_ptr decoder, weak_ptr viewer