Build fixes for Boost >= 1.73
[dcpomatic.git] / src / wx / gdc_certificate_panel.cc
index 2d47b427ee95e8b1d56500373cd49de661de53d3..8897ec84c37a1dc54d1ef370460f6d3417067592 100644 (file)
@@ -27,6 +27,9 @@
 
 using std::string;
 using boost::optional;
+#if BOOST_VERSION >= 106100
+using namespace boost::placeholders;
+#endif
 
 GDCCertificatePanel::GDCCertificatePanel (DownloadCertificateDialog* dialog)
        : DownloadCertificatePanel (dialog)