std::shared_ptr
[dcpomatic.git] / src / lib / image_content.cc
index 8cf44bda1fd870682575f9bc3a6410b59f92bc5b..20f32c05dc0310c6d14b2a5d30758711c8218e1d 100644 (file)
@@ -38,7 +38,7 @@ using std::string;
 using std::cout;
 using std::list;
 using std::vector;
-using boost::shared_ptr;
+using std::shared_ptr;
 using namespace dcpomatic;
 
 ImageContent::ImageContent (boost::filesystem::path p)