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 --- src/ref.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ref.cc') diff --git a/src/ref.cc b/src/ref.cc index 73aaae6e..7512d32c 100644 --- a/src/ref.cc +++ b/src/ref.cc @@ -34,7 +34,7 @@ #include "ref.h" using std::list; -using boost::shared_ptr; +using std::shared_ptr; using namespace dcp; /** Look through a list of assets and copy a shared_ptr to any asset -- cgit v1.2.3