Build fixes for Boost >= 1.73
[dcpomatic.git] / src / wx / cinema_dialog.cc
index 04391774bd5fcfb5e79bbdef43f25f0f3620d89c..a4372ae779156c1fb006dcefb9bcaf3e9a1062d2 100644 (file)
@@ -31,6 +31,9 @@ using std::back_inserter;
 using std::list;
 using std::cout;
 using boost::bind;
+#if BOOST_VERSION >= 106100
+using namespace boost::placeholders;
+#endif
 
 static string
 column (string s)