Build fixes for Boost >= 1.73
[dcpomatic.git] / src / wx / screen_dialog.cc
index bc7065f294ede1d823e749bdfba09c0e84dd5abe..f6245f01018fac19c5bcd2ed379d4774e767101f 100644 (file)
@@ -41,6 +41,9 @@ using std::cout;
 using std::vector;
 using boost::optional;
 using boost::bind;
+#if BOOST_VERSION >= 106100
+using namespace boost::placeholders;
+#endif
 
 static string
 column (TrustedDevice d)