std::shared_ptr
[dcpomatic.git] / test / ffmpeg_decoder_seek_test.cc
index 33b407a97414ad0bda53a9efa7c2b57d60ffdd56..01eec011010177db24d44225a1aca4444d29dc6f 100644 (file)
@@ -42,7 +42,7 @@ using std::cerr;
 using std::vector;
 using std::list;
 using std::cout;
-using boost::shared_ptr;
+using std::shared_ptr;
 using boost::optional;
 #if BOOST_VERSION >= 106100
 using namespace boost::placeholders;