diff --git a/examples/problems/co2injectionproblem.hh b/examples/problems/co2injectionproblem.hh index d6d729997..7a968fd33 100644 --- a/examples/problems/co2injectionproblem.hh +++ b/examples/problems/co2injectionproblem.hh @@ -40,6 +40,7 @@ #include #include +#include #include #include diff --git a/examples/problems/cuvetteproblem.hh b/examples/problems/cuvetteproblem.hh index 0b01d7024..8d04e52fa 100644 --- a/examples/problems/cuvetteproblem.hh +++ b/examples/problems/cuvetteproblem.hh @@ -37,6 +37,7 @@ #include #include +#include #include #include diff --git a/examples/problems/diffusionproblem.hh b/examples/problems/diffusionproblem.hh index 808c53c7d..80c0afc5d 100644 --- a/examples/problems/diffusionproblem.hh +++ b/examples/problems/diffusionproblem.hh @@ -25,6 +25,8 @@ #define EWOMS_POWER_INJECTION_PROBLEM_HH #include + +#include #include #include diff --git a/examples/problems/fractureproblem.hh b/examples/problems/fractureproblem.hh index 8ac2bc5cf..0b0446cbb 100644 --- a/examples/problems/fractureproblem.hh +++ b/examples/problems/fractureproblem.hh @@ -28,8 +28,10 @@ #if HAVE_DUNE_ALUGRID #include +#include #else #include +#include #endif #include diff --git a/examples/problems/groundwaterproblem.hh b/examples/problems/groundwaterproblem.hh index 6014ce610..2cb414a04 100644 --- a/examples/problems/groundwaterproblem.hh +++ b/examples/problems/groundwaterproblem.hh @@ -31,6 +31,7 @@ #include #include +#include #include #include diff --git a/examples/problems/infiltrationproblem.hh b/examples/problems/infiltrationproblem.hh index 1c378618c..d4f8a8162 100644 --- a/examples/problems/infiltrationproblem.hh +++ b/examples/problems/infiltrationproblem.hh @@ -33,6 +33,7 @@ #include #include +#include #include #include diff --git a/examples/problems/navierstokestestproblem.hh b/examples/problems/navierstokestestproblem.hh index 15e3ea37d..db7f7203e 100644 --- a/examples/problems/navierstokestestproblem.hh +++ b/examples/problems/navierstokestestproblem.hh @@ -35,6 +35,7 @@ #include #else #include +#include #endif #include diff --git a/examples/problems/obstacleproblem.hh b/examples/problems/obstacleproblem.hh index fe41eab15..d1ccb8162 100644 --- a/examples/problems/obstacleproblem.hh +++ b/examples/problems/obstacleproblem.hh @@ -36,6 +36,7 @@ #include #include +#include #include #include diff --git a/examples/problems/outflowproblem.hh b/examples/problems/outflowproblem.hh index 0331e3df3..abcf6c9b1 100644 --- a/examples/problems/outflowproblem.hh +++ b/examples/problems/outflowproblem.hh @@ -28,6 +28,7 @@ #include #include +#include #include #include diff --git a/examples/problems/powerinjectionproblem.hh b/examples/problems/powerinjectionproblem.hh index 6b0b32a80..1cee801dc 100644 --- a/examples/problems/powerinjectionproblem.hh +++ b/examples/problems/powerinjectionproblem.hh @@ -34,6 +34,8 @@ #include #include #include + +#include #include #include diff --git a/examples/problems/reservoirproblem.hh b/examples/problems/reservoirproblem.hh index 49e67fe2d..0c4c501c3 100644 --- a/examples/problems/reservoirproblem.hh +++ b/examples/problems/reservoirproblem.hh @@ -32,6 +32,7 @@ #include #include +#include #include #include diff --git a/examples/problems/richardslensproblem.hh b/examples/problems/richardslensproblem.hh index e734bcf05..15e641a94 100644 --- a/examples/problems/richardslensproblem.hh +++ b/examples/problems/richardslensproblem.hh @@ -33,6 +33,7 @@ #include #include +#include #include #include diff --git a/examples/problems/stokes2ctestproblem.hh b/examples/problems/stokes2ctestproblem.hh index 386602bbb..e2fc93885 100644 --- a/examples/problems/stokes2ctestproblem.hh +++ b/examples/problems/stokes2ctestproblem.hh @@ -27,6 +27,7 @@ #include #include +#include #include #include diff --git a/examples/problems/stokesnitestproblem.hh b/examples/problems/stokesnitestproblem.hh index 996799f31..30d66e086 100644 --- a/examples/problems/stokesnitestproblem.hh +++ b/examples/problems/stokesnitestproblem.hh @@ -28,6 +28,7 @@ #include #include +#include #include #include diff --git a/examples/problems/stokestestproblem.hh b/examples/problems/stokestestproblem.hh index dbad68004..39072a2d8 100644 --- a/examples/problems/stokestestproblem.hh +++ b/examples/problems/stokestestproblem.hh @@ -31,6 +31,7 @@ #include #include +#include #include #include diff --git a/examples/problems/waterairproblem.hh b/examples/problems/waterairproblem.hh index 6dc055e76..416eb27aa 100644 --- a/examples/problems/waterairproblem.hh +++ b/examples/problems/waterairproblem.hh @@ -37,6 +37,7 @@ #include #include +#include #include #include