From cd5833b9ad6c0142cc2de46e86ce70d08e550bc1 Mon Sep 17 00:00:00 2001
From: Martin Nolte <mnolte@dune-project.org>
Date: Wed, 7 Apr 2010 09:10:35 +0000
Subject: [PATCH] make headercheck pass

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

diff --git a/dune/common/polyallocator.hh b/dune/common/polyallocator.hh
index f8c72b221..d9368a285 100644
--- a/dune/common/polyallocator.hh
+++ b/dune/common/polyallocator.hh
@@ -3,6 +3,8 @@
 #ifndef DUNE_POLYALLOCATOR_HH
 #define DUNE_POLYALLOCATOR_HH
 
+#include <cstdlib>
+
 namespace Dune
 {
 
-- 
GitLab