X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=test%2Fshuffler_test.cc;fp=test%2Fshuffler_test.cc;h=aac8285a66992397b25eab589786d6c08dc636fd;hb=497803ab4424ce23affd231a01d625ddf3cf3aca;hp=6d90ba27d99092f32dc3d850bb49c882fe7f1043;hpb=ec04e5a068b8040d47fa125b8414a49a34f7b1a6;p=dcpomatic.git 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)