diff options
Diffstat (limited to 'test/empty_test.cc')
| -rw-r--r-- | test/empty_test.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/empty_test.cc b/test/empty_test.cc index 60427ca40..7b374ba49 100644 --- a/test/empty_test.cc +++ b/test/empty_test.cc @@ -36,6 +36,9 @@ using std::list; using boost::shared_ptr; +#if BOOST_VERSION >= 106100 +using namespace boost::placeholders; +#endif using namespace dcpomatic; bool |
