From ae0baeb271711df23da46f72162da88704f8252a Mon Sep 17 00:00:00 2001 From: Graham Date: Sat, 7 Sep 2019 12:19:09 +0100 Subject: [PATCH] Include more specific headers on macOS This reduces the compile time fairly significantly. --- gl-natives/src/main/c/jaggl.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gl-natives/src/main/c/jaggl.c b/gl-natives/src/main/c/jaggl.c index 0f04a4fc..e630b935 100644 --- a/gl-natives/src/main/c/jaggl.c +++ b/gl-natives/src/main/c/jaggl.c @@ -9,10 +9,11 @@ #include #include #elif defined(__APPLE__) && defined(__MACH__) -#include -#include +#include +#include +#include #include -#include +#include #include #else #error Unsupported platform