X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fdcp_panel.cc;h=9f868f9f4c210e2e0bbfb40277fdc2b134c06184;hb=refs%2Fheads%2Fnew-boost-fixes;hp=3defe75e4822b938f5dac5d6b40699fc54e2e937;hpb=7c5e4e6b7a29db93184a57076d05193a8360561d;p=dcpomatic.git diff --git a/src/wx/dcp_panel.cc b/src/wx/dcp_panel.cc index 3defe75e4..9f868f9f4 100644 --- a/src/wx/dcp_panel.cc +++ b/src/wx/dcp_panel.cc @@ -58,6 +58,9 @@ using std::max; using std::make_pair; using boost::lexical_cast; using boost::shared_ptr; +#if BOOST_VERSION >= 106100 +using namespace boost::placeholders; +#endif using dcp::locale_convert; DCPPanel::DCPPanel (wxNotebook* n, boost::shared_ptr film)