diff options
Diffstat (limited to 'src/wx/recreate_chain_dialog.cc')
| -rw-r--r-- | src/wx/recreate_chain_dialog.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wx/recreate_chain_dialog.cc b/src/wx/recreate_chain_dialog.cc index 1dd14e0c8..935016939 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; +#if BOOST_VERSION >= 106100 +using namespace boost::placeholders; +#endif RecreateChainDialog::RecreateChainDialog (wxWindow* parent) : QuestionDialog (parent, _("Certificate chain"), _("Recreate signing certificates"), _("Do nothing")) |
