macOS / new boost build fixes.
[dcpomatic.git] / src / wx / i18n_hook.cc
index b2cd6df8e7f5e1af60ff0179cb2673bac43422b1..b2797fa51272a020de4dcd69a2f6d586780f1607 100644 (file)
 
 using std::map;
 using std::string;
+#if BOOST_VERSION >= 106100
+using namespace boost::placeholders;
+#endif
+
 
 map<string, string> I18NHook::_translations;