summaryrefslogtreecommitdiff
path: root/src/wx/recreate_chain_dialog.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/recreate_chain_dialog.cc')
-rw-r--r--src/wx/recreate_chain_dialog.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wx/recreate_chain_dialog.cc b/src/wx/recreate_chain_dialog.cc
index ae6afdd08..322d5964c 100644
--- a/src/wx/recreate_chain_dialog.cc
+++ b/src/wx/recreate_chain_dialog.cc
@@ -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)