diff options
Diffstat (limited to 'test/shuffler_test.cc')
| -rw-r--r-- | test/shuffler_test.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/shuffler_test.cc b/test/shuffler_test.cc index 6d90ba27d..aac8285a6 100644 --- a/test/shuffler_test.cc +++ b/test/shuffler_test.cc @@ -7,6 +7,10 @@ using std::list; using boost::shared_ptr; using boost::weak_ptr; using boost::optional; +#if BOOST_VERSION >= 106100 +using namespace boost::placeholders; +#endif + static void push (Shuffler& s, int frame, Eyes eyes) |
