From 06fd921dd4cac01673183a996feb70a00a1df083 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 27 Sep 2020 22:40:13 +0200 Subject: Build fix. --- src/wx/qube_certificate_panel.cc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') 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/"; -- cgit v1.2.3