From c5eec7f5092e89767ad088ac1f9678a561ee68fe Mon Sep 17 00:00:00 2001 From: Matthieu Schaller <matthieu.schaller@durham.ac.uk> Date: Fri, 27 Oct 2017 19:30:11 -0300 Subject: [PATCH] dump.h should also be included in swift.h --- src/swift.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/swift.h b/src/swift.h index 7f12bb9728..33a0425154 100644 --- a/src/swift.h +++ b/src/swift.h @@ -32,6 +32,7 @@ #include "cooling.h" #include "cycle.h" #include "debug.h" +#include "dump.h" #include "engine.h" #include "error.h" #include "gravity.h" -- GitLab