summaryrefslogtreecommitdiff
path: root/src/util.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/util.cc')
-rw-r--r--src/util.cc4
1 files changed, 2 insertions, 2 deletions
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 <boost/shared_ptr.hpp>
+#include <memory>
#include <string>
#include <iostream>
#include <cstdio>
@@ -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.