std::shared_ptr
[dcpomatic.git] / src / lib / video_mxf_content.cc
index 0c905a624219eec3ce07527583ac0d6fd6065d4a..a8a301f221bf9b68040a95dec78e079a9df01a9b 100644 (file)
@@ -34,7 +34,7 @@
 
 using std::list;
 using std::string;
-using boost::shared_ptr;
+using std::shared_ptr;
 using namespace dcpomatic;
 
 VideoMXFContent::VideoMXFContent (boost::filesystem::path path)