From 9434c0c8f2fb2ff685d14ee89e23e45d06a633e6 Mon Sep 17 00:00:00 2001
From: James Willis <james.s.willis@durham.ac.uk>
Date: Wed, 26 Sep 2018 20:58:24 +0100
Subject: [PATCH] Include part_type enum.

---
 src/swift_velociraptor_part.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/swift_velociraptor_part.h b/src/swift_velociraptor_part.h
index 80ee94ba61..adae884c2f 100644
--- a/src/swift_velociraptor_part.h
+++ b/src/swift_velociraptor_part.h
@@ -19,6 +19,8 @@
 #ifndef SWIFT_VELOCIRAPTOR_PART_H
 #define SWIFT_VELOCIRAPTOR_PART_H
 
+#include "part_type.h"
+
 /* SWIFT/VELOCIraptor particle. */
 struct swift_vel_part {
 
-- 
GitLab