std::shared_ptr
[dcpomatic.git] / test / dcp_playback_test.cc
index 05554f4edd82538079761cf2ca7db86220579196..fd4c939bd5869e19f7f6554d7e1834321c50a434 100644 (file)
@@ -26,7 +26,7 @@
 #include <boost/test/unit_test.hpp>
 
 using std::pair;
-using boost::shared_ptr;
+using std::shared_ptr;
 using boost::optional;
 #if BOOST_VERSION >= 106100
 using namespace boost::placeholders;