X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Fwx%2Fdcp_panel.cc;h=5046c51048ddfac577b977e70655609a6477e36d;hp=bed9b97a04680158954526bc9731d66e704b8eca;hb=c04fec82d25127fafa73c3daff87bece9aa8c8e8;hpb=63ea8ea5fdfff1158def8c57361bcc3da21e2ad6 diff --git a/src/wx/dcp_panel.cc b/src/wx/dcp_panel.cc index bed9b97a0..5046c5104 100644 --- a/src/wx/dcp_panel.cc +++ b/src/wx/dcp_panel.cc @@ -59,6 +59,9 @@ using std::make_pair; using boost::lexical_cast; using boost::shared_ptr; using boost::weak_ptr; +#if BOOST_VERSION >= 106100 +using namespace boost::placeholders; +#endif using dcp::locale_convert; DCPPanel::DCPPanel (wxNotebook* n, shared_ptr film, weak_ptr viewer)