std::shared_ptr
[dcpomatic.git] / src / lib / isdcf_metadata.cc
index e117dc28445be008e3bea71c2801ed4fa1d5f4c1..368b6e3a52c90225a407eeb63d807f3f3bafce5d 100644 (file)
@@ -30,7 +30,7 @@ DCPOMATIC_ENABLE_WARNINGS
 #include "i18n.h"
 
 using std::string;
-using boost::shared_ptr;
+using std::shared_ptr;
 using dcp::raw_convert;
 
 ISDCFMetadata::ISDCFMetadata (cxml::ConstNodePtr node)