X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fi18n_hook.cc;h=b2797fa51272a020de4dcd69a2f6d586780f1607;hb=refs%2Ftags%2Fv2.15.104;hp=b2cd6df8e7f5e1af60ff0179cb2673bac43422b1;hpb=dec38a44157da230e1dbd0dc3b7b0860c6859493;p=dcpomatic.git 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 I18NHook::_translations;