std::shared_ptr
[dcpomatic.git] / test / upmixer_a_test.cc
index 085a0dd0417435cf923c7d026bd8f683c47b1826..35224ff234a6c2f0bceceeed708834d5bdaac4c6 100644 (file)
@@ -34,7 +34,7 @@
 #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