From c04531ecf94cd1379ba0b7f5e81de9c07c5e11e2 Mon Sep 17 00:00:00 2001
From: Markus Blatt <mblatt@dune-project.org>
Date: Fri, 4 Dec 2009 13:13:10 +0000
Subject: [PATCH] Added missing include

[[Imported from SVN: r5736]]
---
 dune/common/smartpointer.hh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dune/common/smartpointer.hh b/dune/common/smartpointer.hh
index df6217e4b..3bab268f0 100644
--- a/dune/common/smartpointer.hh
+++ b/dune/common/smartpointer.hh
@@ -5,6 +5,8 @@
 #ifndef DUNE_SMARTPOINTER_HH
 #define DUNE_SMARTPOINTER_HH
 
+#include <cassert>
+
 #warning This file is deprecated.  Please use shared_ptr.hh instead!
 
 /**
-- 
GitLab