Build fixes for Boost >= 1.73
[dcpomatic.git] / src / tools / server_test.cc
index 03a99b2e521be6329e3b73b8018ad60064ed69d4..99a6b4cafedf4d02b74bb48a5d3f8dc7837ce709 100644 (file)
@@ -43,6 +43,9 @@ using std::pair;
 using boost::shared_ptr;
 using boost::optional;
 using boost::bind;
+#if BOOST_VERSION >= 106100
+using namespace boost::placeholders;
+#endif
 using dcp::Data;
 
 static shared_ptr<Film> film;