From d39880eef211a296fa8ef4712cdef5945d08527c Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 20 Dec 2020 14:14:07 +0100 Subject: std::shared_ptr --- tools/dcpdiff.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tools/dcpdiff.cc') diff --git a/tools/dcpdiff.cc b/tools/dcpdiff.cc index 2bda4347..5f9911d4 100644 --- a/tools/dcpdiff.cc +++ b/tools/dcpdiff.cc @@ -37,7 +37,7 @@ #include "mxf.h" #include #include -#include +#include #include #include #include @@ -47,9 +47,9 @@ using std::list; using std::cerr; using std::cout; using std::string; -using boost::shared_ptr; +using std::shared_ptr; using boost::optional; -using boost::dynamic_pointer_cast; +using std::dynamic_pointer_cast; #if BOOST_VERSION >= 106100 using namespace boost::placeholders; #endif -- cgit v1.2.3