Skip to content
Snippets Groups Projects
Commit 430e4dae authored by Ivan Buntic's avatar Ivan Buntic
Browse files

Merge branch 'cherry-pick-9dc4c034' into 'releases/3.8'

Merge branch 'fix/headercheck_staggered' into 'master'

See merge request !3719
parents 44e16d06 e6ef384f
No related branches found
No related tags found
1 merge request!3719Merge branch 'fix/headercheck_staggered' into 'master'
Pipeline #38588 passed
+5
...@@ -13,6 +13,8 @@ ...@@ -13,6 +13,8 @@
#define DUMUX_DISCRETIZATION_STAGGERED_FV_ELEMENT_GEOMETRY_HH #define DUMUX_DISCRETIZATION_STAGGERED_FV_ELEMENT_GEOMETRY_HH
#include <optional> #include <optional>
#include <bitset>
#include <dumux/common/indextraits.hh> #include <dumux/common/indextraits.hh>
#include <dumux/discretization/cellcentered/tpfa/fvelementgeometry.hh> #include <dumux/discretization/cellcentered/tpfa/fvelementgeometry.hh>
#include <dumux/discretization/facecentered/staggered/normalaxis.hh> #include <dumux/discretization/facecentered/staggered/normalaxis.hh>
......
...@@ -14,6 +14,7 @@ ...@@ -14,6 +14,7 @@
#include <utility> #include <utility>
#include <dune/geometry/axisalignedcubegeometry.hh>
#include <dune/common/fvector.hh> #include <dune/common/fvector.hh>
#include <dune/geometry/type.hh> #include <dune/geometry/type.hh>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment