From 2c78f992b024d2e853fbd78582d9738f5498eb3a Mon Sep 17 00:00:00 2001 From: Ned Coltman <edward.coltman@iws.uni-stuttgart.de> Date: Mon, 13 Apr 2020 21:57:08 +0200 Subject: [PATCH] [ex-properties] fix headercheck --- exercises/solution/exercise-properties/problem.hh | 1 + 1 file changed, 1 insertion(+) diff --git a/exercises/solution/exercise-properties/problem.hh b/exercises/solution/exercise-properties/problem.hh index f218701a..b1c107ae 100644 --- a/exercises/solution/exercise-properties/problem.hh +++ b/exercises/solution/exercise-properties/problem.hh @@ -23,6 +23,7 @@ #ifndef DUMUX_INCOMPRESSIBLE_TWOP_TEST_PROBLEM_HH #define DUMUX_INCOMPRESSIBLE_TWOP_TEST_PROBLEM_HH +#include <dumux/material/components/trichloroethene.hh> #include <dumux/porousmediumflow/problem.hh> #include <dumux/common/properties.hh> -- GitLab