diff options
Diffstat (limited to 'test/test.cc')
| -rw-r--r-- | test/test.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/test.cc b/test/test.cc index e0cf11a46..03e8768f4 100644 --- a/test/test.cc +++ b/test/test.cc @@ -71,6 +71,9 @@ using std::abs; using boost::shared_ptr; using boost::scoped_array; using boost::dynamic_pointer_cast; +#if BOOST_VERSION >= 106100 +using namespace boost::placeholders; +#endif boost::filesystem::path |
