Build fixes for Boost >= 1.73
[dcpomatic.git] / src / wx / screen_dialog.cc
index 6bfc0da4cbd15816fcaca9203aa4279b08a768fc..8cb31baec457d1ad3a1580d7cf95741fe4bd24c5 100644 (file)
@@ -38,6 +38,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)