Build fixes for Boost >= 1.73
[dcpomatic.git] / src / wx / christie_certificate_panel.cc
index 43a9a2432dd14f0ec7af6af9edfa59dcc0b6dfec..8877e998e55d99b82283bdc1750676a3e49f450c 100644 (file)
@@ -27,6 +27,9 @@
 
 using std::string;
 using boost::optional;
+#if BOOST_VERSION >= 106100
+using namespace boost::placeholders;
+#endif
 
 ChristieCertificatePanel::ChristieCertificatePanel (DownloadCertificateDialog* dialog)
        : DownloadCertificatePanel (dialog)