From f2b3613d84a8b4960a18190f818fe25449ee0c2b Mon Sep 17 00:00:00 2001
From: Hamza Oukili <hamza.oukili@iws.uni-stuttgart.de>
Date: Tue, 21 Mar 2023 14:06:22 +0100
Subject: [PATCH] Add headers to satisfy headercheck

---
 dumux/geomechanics/poroelastic/couplingmanager.hh | 1 +
 dumux/geomechanics/poroelastic/volumevariables.hh | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/dumux/geomechanics/poroelastic/couplingmanager.hh b/dumux/geomechanics/poroelastic/couplingmanager.hh
index e257772d19..18136b1682 100644
--- a/dumux/geomechanics/poroelastic/couplingmanager.hh
+++ b/dumux/geomechanics/poroelastic/couplingmanager.hh
@@ -28,6 +28,7 @@
 #include <algorithm>
 #include <type_traits>
 
+#include <dumux/discretization/method.hh>
 #include <dumux/common/properties.hh>
 #include <dumux/multidomain/couplingmanager.hh>
 
diff --git a/dumux/geomechanics/poroelastic/volumevariables.hh b/dumux/geomechanics/poroelastic/volumevariables.hh
index 80a48542ba..d3eea4fbd5 100644
--- a/dumux/geomechanics/poroelastic/volumevariables.hh
+++ b/dumux/geomechanics/poroelastic/volumevariables.hh
@@ -23,6 +23,9 @@
  */
 #ifndef DUMUX_POROELASTIC_VOLUME_VARIABLES_HH
 #define DUMUX_POROELASTIC_VOLUME_VARIABLES_HH
+#include <type_traits>
+#include <dune/common/exceptions.hh>
+
 
 namespace Dumux {
 
-- 
GitLab