From 4256f9230994aba633f1cc21649786198bb340ec Mon Sep 17 00:00:00 2001
From: Oliver Sander <sander@igpm.rwth-aachen.de>
Date: Sun, 7 Sep 2014 10:44:24 +0000
Subject: [PATCH] Include version.hh from dune-common

We are using stuff from there.

[[Imported from SVN: r9880]]
---
 dune/gfe/parallel/uniqueentitypartition.hh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dune/gfe/parallel/uniqueentitypartition.hh b/dune/gfe/parallel/uniqueentitypartition.hh
index 31829185..dedd89a4 100644
--- a/dune/gfe/parallel/uniqueentitypartition.hh
+++ b/dune/gfe/parallel/uniqueentitypartition.hh
@@ -38,6 +38,8 @@
 #include <map>
 #include <utility>
 
+#include <dune/common/version.hh>
+
 /** Include base class functionality for the communication interface */
 #include <dune/grid/common/datahandleif.hh>
 
-- 
GitLab