std::shared_ptr
[dcpomatic.git] / src / lib / video_content.cc
index 631abc417875e679fc066c49eb31e80c3f1b17b0..4933de71bb0a85fd13acfb670b37fc086f664d62 100644 (file)
@@ -61,9 +61,9 @@ using std::fixed;
 using std::setprecision;
 using std::list;
 using std::pair;
-using boost::shared_ptr;
+using std::shared_ptr;
 using boost::optional;
-using boost::dynamic_pointer_cast;
+using std::dynamic_pointer_cast;
 using dcp::raw_convert;
 using namespace dcpomatic;