X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fqube_certificate_panel.cc;h=70fe0ae4777a84ba5ceaed4bbd43c3737d876e7e;hb=b057363e69b77119137c0c8b07402828096e03aa;hp=3def3b9d448c589ec1b5a48f5c7c45bd24c74147;hpb=2c844e57ed5c54e65a2b4484f02907122a03361e;p=dcpomatic.git diff --git a/src/wx/qube_certificate_panel.cc b/src/wx/qube_certificate_panel.cc index 3def3b9d4..70fe0ae47 100644 --- a/src/wx/qube_certificate_panel.cc +++ b/src/wx/qube_certificate_panel.cc @@ -29,6 +29,9 @@ using std::string; using std::list; using boost::optional; +#if BOOST_VERSION >= 106100 +using namespace boost::placeholders; +#endif static string const base = "ftp://certificates.qubecinema.com/";