X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Ftools%2Fserver_test.cc;h=99a6b4cafedf4d02b74bb48a5d3f8dc7837ce709;hp=03a99b2e521be6329e3b73b8018ad60064ed69d4;hb=c04fec82d25127fafa73c3daff87bece9aa8c8e8;hpb=63ea8ea5fdfff1158def8c57361bcc3da21e2ad6 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;