From 3a0d51c87c82dffeb6dba8b7f5fb5ba82b89ae12 Mon Sep 17 00:00:00 2001
From: lhausamm <loic_hausammann@hotmail.com>
Date: Wed, 17 Jan 2018 09:56:32 +0100
Subject: [PATCH] Add cooling_struct.h include

---
 src/hydro/Gadget2/hydro_part.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/hydro/Gadget2/hydro_part.h b/src/hydro/Gadget2/hydro_part.h
index 98ad9c86be..4cdbcb7127 100644
--- a/src/hydro/Gadget2/hydro_part.h
+++ b/src/hydro/Gadget2/hydro_part.h
@@ -32,6 +32,7 @@
  */
 
 #include "chemistry_struct.h"
+#include "cooling_struct.h"
 
 /* Extra particle data not needed during the SPH loops over neighbours. */
 struct xpart {
-- 
GitLab