From 7f22c13f514c8623408fa60c673d89a08b12071d Mon Sep 17 00:00:00 2001 From: Matthieu Schaller <schaller@strw.leidenuniv.nl> Date: Tue, 11 Feb 2020 23:34:39 +0100 Subject: [PATCH] Fixed missing includes --- src/engine.c | 1 + src/engine_fof.c | 3 +++ src/runner_others.c | 1 + 3 files changed, 5 insertions(+) diff --git a/src/engine.c b/src/engine.c index ec7edea031..d6412a75f6 100644 --- a/src/engine.c +++ b/src/engine.c @@ -65,6 +65,7 @@ #include "equation_of_state.h" #include "error.h" #include "feedback.h" +#include "fof.h" #include "gravity.h" #include "gravity_cache.h" #include "hydro.h" diff --git a/src/engine_fof.c b/src/engine_fof.c index 961b7e966e..bbecc54a9d 100644 --- a/src/engine_fof.c +++ b/src/engine_fof.c @@ -25,6 +25,9 @@ /* This object's header. */ #include "engine.h" +/* Local headers. */ +#include "fof.h" + /** * @brief Activate all the #gpart communications in preparation * fof a call to FOF. diff --git a/src/runner_others.c b/src/runner_others.c index 8231b520e7..6dcc92d8a4 100644 --- a/src/runner_others.c +++ b/src/runner_others.c @@ -45,6 +45,7 @@ #include "engine.h" #include "error.h" #include "feedback.h" +#include "fof.h" #include "gravity.h" #include "hydro.h" #include "logger.h" -- GitLab