From e585d4c92120f8a223818a520ca79bc083e03930 Mon Sep 17 00:00:00 2001 From: Hanchuan Wu <whc.shmily@gmail.com> Date: Wed, 7 Jul 2021 11:31:00 +0000 Subject: [PATCH] Merge branch 'fix/cornerpoint-test' into 'releases/3.4' Fix 2p cornerpoint test by including required headers See merge request dumux-repositories/dumux!2700 (cherry picked from commit 1af223c92bbea5c8b8e3d40196418f937cbdc0e4) eccfde38 [test] fix 2p cornerpoint test by including required headers --- test/porousmediumflow/2p/cornerpoint/properties.hh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/porousmediumflow/2p/cornerpoint/properties.hh b/test/porousmediumflow/2p/cornerpoint/properties.hh index a7021b62a0..267da3fb0e 100644 --- a/test/porousmediumflow/2p/cornerpoint/properties.hh +++ b/test/porousmediumflow/2p/cornerpoint/properties.hh @@ -29,6 +29,9 @@ #include <dumux/discretization/cctpfa.hh> +#include <dumux/porousmediumflow/2p/model.hh> +#include <dumux/porousmediumflow/2p/incompressiblelocalresidual.hh> + #include <dumux/material/components/trichloroethene.hh> #include <dumux/material/components/simpleh2o.hh> #include <dumux/material/fluidsystems/1pliquid.hh> -- GitLab