X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Ftools%2Fserver_test.cc;h=99a6b4cafedf4d02b74bb48a5d3f8dc7837ce709;hb=a9095393e40af45e5ef907b9ea4e770ac0b846ab;hp=03a99b2e521be6329e3b73b8018ad60064ed69d4;hpb=990f879d9af6300068af44c431b1a8e158e7f7a0;p=dcpomatic.git diff --git a/src/tools/server_test.cc b/src/tools/server_test.cc index 03a99b2e5..99a6b4caf 100644 --- a/src/tools/server_test.cc +++ b/src/tools/server_test.cc @@ -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;