diff options
Diffstat (limited to 'src/wx/nag_dialog.cc')
| -rw-r--r-- | src/wx/nag_dialog.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wx/nag_dialog.cc b/src/wx/nag_dialog.cc index abe460869..a4c881039 100644 --- a/src/wx/nag_dialog.cc +++ b/src/wx/nag_dialog.cc @@ -25,6 +25,9 @@ #include <boost/foreach.hpp> using boost::shared_ptr; +#if BOOST_VERSION >= 106100 +using namespace boost::placeholders; +#endif NagDialog::NagDialog (wxWindow* parent, Config::Nag nag, wxString message, bool can_cancel) : wxDialog (parent, wxID_ANY, _("Important notice")) |
