From eabc93e0c42490d5a5ed8a82b5f3c99c15e293fc Mon Sep 17 00:00:00 2001 From: Matthieu Schaller <schaller@strw.leidenuniv.nl> Date: Wed, 26 Jun 2024 12:13:12 +0200 Subject: [PATCH] Added missing include in the general swift.h --- src/swift.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/swift.h b/src/swift.h index 9c73567ab9..323be34ed3 100644 --- a/src/swift.h +++ b/src/swift.h @@ -87,6 +87,7 @@ #include "scheduler.h" #include "serial_io.h" #include "single_io.h" +#include "sink_iact.h" #include "sink_properties.h" #include "space.h" #include "star_formation.h" -- GitLab