Build fixes for Boost >= 1.73
[dcpomatic.git] / src / tools / dcpomatic_server.cc
index 1554c02f4541ff11374b06ceddc41afffc5c43f3..95dea5b12ff88a1360a935b2ba81d432e866cb44 100644 (file)
@@ -48,6 +48,9 @@ using boost::thread;
 using boost::bind;
 using boost::optional;
 using boost::dynamic_pointer_cast;
+#if BOOST_VERSION >= 106100
+using namespace boost::placeholders;
+#endif
 
 enum {
        ID_status = 1,