From 42be0b03b787c2343f8a6ec21cf470d3af74fa3d Mon Sep 17 00:00:00 2001
From: Matthieu Schaller <schaller@strw.leidenuniv.nl>
Date: Thu, 27 Jun 2024 17:20:26 +0200
Subject: [PATCH] Add missing include now that the sink_iact.h has been split
 off from sink.h

---
 src/sink/GEAR/sink_iact.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/sink/GEAR/sink_iact.h b/src/sink/GEAR/sink_iact.h
index 0041664d22..71b59fa786 100644
--- a/src/sink/GEAR/sink_iact.h
+++ b/src/sink/GEAR/sink_iact.h
@@ -22,6 +22,7 @@
 /* Local includes */
 #include "gravity.h"
 #include "gravity_iact.h"
+#include "sink_properties.h"
 
 /**
  * @brief do sink computation after the runner_iact_density (symmetric
-- 
GitLab