From 47727a7c80b60a0fd0ce18d8347b14241fc48f97 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 20 Dec 2020 14:11:13 +0100 Subject: std::shared_ptr --- src/util.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/util.cc') diff --git a/src/util.cc b/src/util.cc index 89af13f..c347375 100644 --- a/src/util.cc +++ b/src/util.cc @@ -21,7 +21,7 @@ #include "reader.h" #include "subtitle.h" #include "collect.h" -#include +#include #include #include #include @@ -33,7 +33,7 @@ using std::ostream; using std::map; using std::list; using boost::optional; -using boost::shared_ptr; +using std::shared_ptr; using namespace sub; /** @param s A string. -- cgit v1.2.3