From 81911a9e657b766dbdc2015e112074843638dec5 Mon Sep 17 00:00:00 2001 From: Matthieu Schaller <matthieu.schaller@durham.ac.uk> Date: Thu, 3 Dec 2015 18:33:09 +0000 Subject: [PATCH] Make sure the 'bug' from testVectorize does not affect this branch. --- src/part.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/part.h b/src/part.h index 2b5a28a897..02c9f2d8fb 100644 --- a/src/part.h +++ b/src/part.h @@ -19,6 +19,8 @@ #ifndef SWIFT_PART_H #define SWIFT_PART_H +#include "const.h" + /* Some constants. */ #define part_maxwait 3 #define part_maxunlock 39 -- GitLab