From: Carl Hetherington Date: Sun, 27 Sep 2020 20:40:13 +0000 (+0200) Subject: Build fix. X-Git-Tag: v2.15.104~72 X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=06fd921dd4cac01673183a996feb70a00a1df083 Build fix. --- 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/";