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