From c58e8173daca8c9709b6ca82b0ff24ebef40243b Mon Sep 17 00:00:00 2001
From: podlesny <podlesny@zedat.fu-berlin.de>
Date: Tue, 19 Jan 2021 22:22:06 +0100
Subject: [PATCH] missing include

---
 dune/tectonic/io/io-handler.hh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dune/tectonic/io/io-handler.hh b/dune/tectonic/io/io-handler.hh
index 6f387246..e1b735b7 100644
--- a/dune/tectonic/io/io-handler.hh
+++ b/dune/tectonic/io/io-handler.hh
@@ -11,6 +11,8 @@
 
 #include <dune/fufem/hdf5/file.hh>
 
+#include "../utils/geocoordinate.hh"
+
 #include "../time-stepping/adaptivetimestepper.hh"
 
 #include "hdf5/restart-io.hh"
-- 
GitLab