X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=test%2Fupmixer_a_test.cc;h=35224ff234a6c2f0bceceeed708834d5bdaac4c6;hb=ba8c02f1cab02fbe3cde4c6abdd95e878318e599;hp=ba07eafd157d11cda985371dc862c431713acbfa;hpb=990f879d9af6300068af44c431b1a8e158e7f7a0;p=dcpomatic.git diff --git a/test/upmixer_a_test.cc b/test/upmixer_a_test.cc index ba07eafd1..35224ff23 100644 --- a/test/upmixer_a_test.cc +++ b/test/upmixer_a_test.cc @@ -20,7 +20,7 @@ /** @file test/upmixer_a_test.cc * @brief Check the Upmixer A against some reference sound files. - * @ingroup specific + * @ingroup selfcontained */ #include @@ -34,7 +34,10 @@ #include "lib/upmixer_a.h" #include "test.h" -using boost::shared_ptr; +using std::shared_ptr; +#if BOOST_VERSION >= 106100 +using namespace boost::placeholders; +#endif using namespace dcpomatic; static SNDFILE* L;