diff options
Diffstat (limited to 'src/wx/recipient_dialog.cc')
| -rw-r--r-- | src/wx/recipient_dialog.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wx/recipient_dialog.cc b/src/wx/recipient_dialog.cc index 1d36046dd..d59226a96 100644 --- a/src/wx/recipient_dialog.cc +++ b/src/wx/recipient_dialog.cc @@ -42,6 +42,9 @@ using std::vector; using std::list; using boost::optional; using boost::bind; +#if BOOST_VERSION >= 106100 +using namespace boost::placeholders; +#endif static string |
