From 14c57d5c25aa43cb52e04ff5522c60ca18bbe540 Mon Sep 17 00:00:00 2001
From: "Dennis.Glaeser" <dennis.glaeser@iws.uni-stuttgart.de>
Date: Fri, 3 Apr 2020 14:14:20 +0200
Subject: [PATCH] [test] fix includes

---
 .../fluidmatrixinteractions/2p/testmateriallawfunctions.hh     | 3 ++-
 test/porousmediumflow/tracer/multiphase/fluidsystem.hh         | 1 +
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/test/material/fluidmatrixinteractions/2p/testmateriallawfunctions.hh b/test/material/fluidmatrixinteractions/2p/testmateriallawfunctions.hh
index 79bb27d60f..f6e893348d 100644
--- a/test/material/fluidmatrixinteractions/2p/testmateriallawfunctions.hh
+++ b/test/material/fluidmatrixinteractions/2p/testmateriallawfunctions.hh
@@ -25,8 +25,9 @@
 #ifndef DUMUX_TEST_MATERIALLAW_FUNCTIONS_HH
 #define DUMUX_TEST_MATERIALLAW_FUNCTIONS_HH
 
-#include <dune/common/float_cmp.hh>
+#include <iomanip>
 
+#include <dune/common/float_cmp.hh>
 #include <dumux/common/math.hh>
 #include <dumux/common/numericdifferentiation.hh>
 
diff --git a/test/porousmediumflow/tracer/multiphase/fluidsystem.hh b/test/porousmediumflow/tracer/multiphase/fluidsystem.hh
index 618bd958c0..f2ef90e2cc 100644
--- a/test/porousmediumflow/tracer/multiphase/fluidsystem.hh
+++ b/test/porousmediumflow/tracer/multiphase/fluidsystem.hh
@@ -25,6 +25,7 @@
 #ifndef DUMUX_TRACER_MULTIPHASE_TEST_FLUIDSYSTEM_HH
 #define DUMUX_TRACER_MULTIPHASE_TEST_FLUIDSYSTEM_HH
 
+#include <dumux/common/parameters.hh>
 #include <dumux/material/fluidsystems/base.hh>
 
 namespace Dumux::FluidSystems {
-- 
GitLab