Build fixes for Boost >= 1.73
[dcpomatic.git] / src / wx / full_config_dialog.cc
index e6147c3eab706dfbfcfc62111362a3c3758c3875..a9db14c0f7b12e52ca0a890bbe6e57c6f6ffcb77 100644 (file)
@@ -70,6 +70,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 FullGeneralPage : public GeneralPage