std::shared_ptr
[dcpomatic.git] / test / dcp_subtitle_test.cc
index f7e7fe795b56f954bec6c416f45ba93ba8afa32e..a3ef673fea82e35d694e9393f5f946cfeeb8bac1 100644 (file)
@@ -40,7 +40,7 @@
 
 using std::cout;
 using std::list;
-using boost::shared_ptr;
+using std::shared_ptr;
 using boost::optional;
 #if BOOST_VERSION >= 106100
 using namespace boost::placeholders;