Build fix.
authorCarl Hetherington <cth@carlh.net>
Sun, 27 Sep 2020 20:40:13 +0000 (22:40 +0200)
committerCarl Hetherington <cth@carlh.net>
Sun, 27 Sep 2020 20:40:13 +0000 (22:40 +0200)
src/wx/qube_certificate_panel.cc

index 3def3b9d448c589ec1b5a48f5c7c45bd24c74147..70fe0ae4777a84ba5ceaed4bbd43c3737d876e7e 100644 (file)
@@ -29,6 +29,9 @@
 using std::string;
 using std::list;
 using boost::optional;
 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/";
 
 
 static string const base = "ftp://certificates.qubecinema.com/";