std::shared_ptr
[dcpomatic.git] / test / shuffler_test.cc
index aac8285a66992397b25eab589786d6c08dc636fd..f6a2a358cd6ff0c6e114395f0134855fc3e54f34 100644 (file)
@@ -4,8 +4,8 @@
 #include <boost/test/unit_test.hpp>
 
 using std::list;
-using boost::shared_ptr;
-using boost::weak_ptr;
+using std::shared_ptr;
+using std::weak_ptr;
 using boost::optional;
 #if BOOST_VERSION >= 106100
 using namespace boost::placeholders;