Build fixes for Boost >= 1.73
[dcpomatic.git] / src / tools / dcpomatic_server.cc
index a4ef0bc62a28ec8f37fd28b6cd7a3919173992fc..696fec09ae1b37c73071b9707e204ac0f3a55f79 100644 (file)
@@ -51,6 +51,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,