X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fgdc_certificate_panel.cc;h=8897ec84c37a1dc54d1ef370460f6d3417067592;hb=refs%2Ftags%2Fv2.14.37;hp=2d47b427ee95e8b1d56500373cd49de661de53d3;hpb=a682c021f299ab69d9c0ff747dfdb6b76b6ebd9c;p=dcpomatic.git diff --git a/src/wx/gdc_certificate_panel.cc b/src/wx/gdc_certificate_panel.cc index 2d47b427e..8897ec84c 100644 --- a/src/wx/gdc_certificate_panel.cc +++ b/src/wx/gdc_certificate_panel.cc @@ -27,6 +27,9 @@ using std::string; using boost::optional; +#if BOOST_VERSION >= 106100 +using namespace boost::placeholders; +#endif GDCCertificatePanel::GDCCertificatePanel (DownloadCertificateDialog* dialog) : DownloadCertificatePanel (dialog)