Build fixes for Boost >= 1.73
[dcpomatic.git] / src / wx / full_config_dialog.cc
index af1592d26e060a202401034216324304138416fd..508d06c67575ec2c70f7d70e4fe5af27cd0ec13e 100644 (file)
@@ -71,6 +71,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