diff --git a/src/hydro/Gizmo/hydro_slope_limiters_face.h b/src/hydro/Gizmo/hydro_slope_limiters_face.h index 11e600d8feb877d5fe771684e8173782b3ff5923..9defb123389040e59bb51e1129ed9fd49fe4ffd5 100644 --- a/src/hydro/Gizmo/hydro_slope_limiters_face.h +++ b/src/hydro/Gizmo/hydro_slope_limiters_face.h @@ -32,9 +32,12 @@ #ifndef SWIFT_GIZMO_SLOPE_LIMITER_FACE_H #define SWIFT_GIZMO_SLOPE_LIMITER_FACE_H +/* Some standard headers. */ #include +/* Local headers. */ #include "sign.h" +#include "minmax.h" __attribute__((always_inline)) INLINE static float hydro_slope_limit_face_quantity(float phi_i, float phi_j, float phi_mid0, diff --git a/src/riemann/riemann_hllc.h b/src/riemann/riemann_hllc.h index 147c8eda53a7b9cdc69c64889060d6e7696b41b9..26fcd627fcf11769baf18955af53ed6e948ba513 100644 --- a/src/riemann/riemann_hllc.h +++ b/src/riemann/riemann_hllc.h @@ -17,7 +17,6 @@ * along with this program. If not, see . * ******************************************************************************/ - #ifndef SWIFT_RIEMANN_HLLC_H #define SWIFT_RIEMANN_HLLC_H