From 31edd6a85f52c855d54594dc9f8ceda694d3ebea Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Sat, 1 Aug 2015 17:18:24 +0200 Subject: Switch to C++11, remove boost::shared_ptr --- src/Flowgraph.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Flowgraph.cpp') diff --git a/src/Flowgraph.cpp b/src/Flowgraph.cpp index 3844e86..e36c1f4 100644 --- a/src/Flowgraph.cpp +++ b/src/Flowgraph.cpp @@ -26,7 +26,7 @@ #include "Flowgraph.h" #include "PcDebug.h" - +#include #if HAVE_DECL__MM_MALLOC # include @@ -43,7 +43,7 @@ #include #endif -using namespace boost; +using namespace std; typedef std::vector >::iterator NodeIterator; typedef std::vector >::iterator EdgeIterator; -- cgit v1.2.3