X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Faudio_dialog.cc;h=a7d43ece873434bd5186a4e18dfecaf263adc760;hb=refs%2Fheads%2Fnew-boost-fixes;hp=fadda5951aba1af8097b044814976a3cf7ac6f40;hpb=7c5e4e6b7a29db93184a57076d05193a8360561d;p=dcpomatic.git diff --git a/src/wx/audio_dialog.cc b/src/wx/audio_dialog.cc index fadda5951..a7d43ece8 100644 --- a/src/wx/audio_dialog.cc +++ b/src/wx/audio_dialog.cc @@ -42,6 +42,9 @@ using boost::bind; using boost::optional; using boost::const_pointer_cast; using boost::dynamic_pointer_cast; +#if BOOST_VERSION >= 106100 +using namespace boost::placeholders; +#endif /** @param parent Parent window. * @param film Film we are using.