Build fixes for Boost >= 1.73
[dcpomatic.git] / src / wx / recreate_chain_dialog.cc
index ae6afdd08d46c5bf10dfb588ed48a4619da3a4bb..322d5964ce729049858c944189d4a145380aa6df 100644 (file)
@@ -28,6 +28,9 @@
 using std::list;
 using std::string;
 using boost::optional;
+#if BOOST_VERSION >= 106100
+using namespace boost::placeholders;
+#endif
 
 RecreateChainDialog::RecreateChainDialog (wxWindow* parent, wxString title, wxString message, wxString cancel, optional<Config::Nag> nag)
        : QuestionDialog (parent, _("Certificate chain"), title, cancel)