std::shared_ptr
[dcpomatic.git] / src / lib / dcp.cc
index 2f56a4ee750040ed390e9b37f4dd2fcb5358803d..8baf489d1c2b71d353d69c167b405ef2e3883abb 100644 (file)
@@ -34,8 +34,8 @@
 
 using std::list;
 using std::string;
-using boost::shared_ptr;
-using boost::dynamic_pointer_cast;
+using std::shared_ptr;
+using std::dynamic_pointer_cast;
 
 
 /** Find all the CPLs in our directories, cross-add assets and return the CPLs */