From ae6da176a35d561a860f2195c242182709754cce Mon Sep 17 00:00:00 2001 From: Kilian Weishaupt Date: Wed, 1 Dec 2021 14:32:14 +0100 Subject: [PATCH] [staggered/normalaxis] Add missing include (cherry picked from commit 38e541694f82da98556b87ec628742434a26fcbb) --- dumux/discretization/facecentered/staggered/normalaxis.hh | 1 + 1 file changed, 1 insertion(+) diff --git a/dumux/discretization/facecentered/staggered/normalaxis.hh b/dumux/discretization/facecentered/staggered/normalaxis.hh index d45f12c122..6f627a3db0 100644 --- a/dumux/discretization/facecentered/staggered/normalaxis.hh +++ b/dumux/discretization/facecentered/staggered/normalaxis.hh @@ -26,6 +26,7 @@ #include #include +#include namespace Dumux { -- GitLab