macOS / new boost build fixes.
[dcpomatic.git] / src / wx / player_config_dialog.cc
index 4c3e2ca173a2d190f663750e8ca1d137c38cbf26..a6837653084d10f9558db11896ada2a173bb1f57 100644 (file)
@@ -68,6 +68,9 @@ using boost::bind;
 using boost::shared_ptr;
 using boost::function;
 using boost::optional;
+#if BOOST_VERSION >= 106100
+using namespace boost::placeholders;
+#endif
 using dcp::locale_convert;
 
 class PlayerGeneralPage : public GeneralPage