diff options
Diffstat (limited to 'src/tools/server_test.cc')
| -rw-r--r-- | src/tools/server_test.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tools/server_test.cc b/src/tools/server_test.cc index 1dc6fa6ca..d49b41780 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> film; |
