summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-09-27 22:40:13 +0200
committerCarl Hetherington <cth@carlh.net>2020-09-27 22:40:13 +0200
commit06fd921dd4cac01673183a996feb70a00a1df083 (patch)
tree17689ca1de695eab0fbb540e9113b45078b6c475
parente18c848e522cb1f98af199b3c451610f9e879e76 (diff)
Build fix.
-rw-r--r--src/wx/qube_certificate_panel.cc3
1 files changed, 3 insertions, 0 deletions
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/";