From 59265ec8c04b28e1b92594cc2cd2cd0b94776ede Mon Sep 17 00:00:00 2001
From: Markus Blatt <mblatt@dune-project.org>
Date: Tue, 29 Sep 2009 13:35:25 +0000
Subject: [PATCH] Include was missing.

[[Imported from SVN: r5604]]
---
 common/mpicollectivecommunication.hh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/common/mpicollectivecommunication.hh b/common/mpicollectivecommunication.hh
index a542efbdf..59d755bd2 100644
--- a/common/mpicollectivecommunication.hh
+++ b/common/mpicollectivecommunication.hh
@@ -11,6 +11,7 @@
 #include "exceptions.hh"
 #include "collectivecommunication.hh"
 #include "binaryfunctions.hh"
+#include "smartpointer.hh"
 
 #if HAVE_MPI
 // MPI header
-- 
GitLab