From e575b6ff7deb8bb35c9c5585d8f20fbbac64df42 Mon Sep 17 00:00:00 2001 From: Oliver Sander <sander@dune-project.org> Date: Mon, 7 Dec 2009 10:32:16 +0000 Subject: [PATCH] test shared_ptr.hh instead of smartpointer.hh [[Imported from SVN: r5752]] --- dune/common/test/parsetest.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dune/common/test/parsetest.cc b/dune/common/test/parsetest.cc index 0a186068a..9f356551b 100644 --- a/dune/common/test/parsetest.cc +++ b/dune/common/test/parsetest.cc @@ -37,7 +37,7 @@ #include <dune/common/precision.hh> #include <dune/common/propertymap.hh> #include <dune/common/sllist.hh> -#include <dune/common/smartpointer.hh> +#include <dune/common/shared_ptr.hh> #include <dune/common/stdstreams.hh> #include <dune/common/timer.hh> #include <dune/common/tuples.hh> -- GitLab