Build fixes for Boost >= 1.73
[dcpomatic.git] / src / wx / recreate_chain_dialog.cc
index 1dd14e0c8da4a87494418ff130783500abde8c0b..9350169390e760f3cbbbe26bf5101ac8d3f31777 100644 (file)
@@ -28,6 +28,9 @@
 
 using std::list;
 using std::string;
+#if BOOST_VERSION >= 106100
+using namespace boost::placeholders;
+#endif
 
 RecreateChainDialog::RecreateChainDialog (wxWindow* parent)
        : QuestionDialog (parent, _("Certificate chain"), _("Recreate signing certificates"), _("Do nothing"))