diff options
Diffstat (limited to 'src/wx/i18n_hook.cc')
| -rw-r--r-- | src/wx/i18n_hook.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/wx/i18n_hook.cc b/src/wx/i18n_hook.cc index b2cd6df8e..b2797fa51 100644 --- a/src/wx/i18n_hook.cc +++ b/src/wx/i18n_hook.cc @@ -27,6 +27,10 @@ using std::map; using std::string; +#if BOOST_VERSION >= 106100 +using namespace boost::placeholders; +#endif + map<string, string> I18NHook::_translations; |
