From dbaf4d24f6e67ec05e8640b037cd934121f125c5 Mon Sep 17 00:00:00 2001 From: gingerBill Date: Wed, 25 Nov 2020 16:19:56 +0000 Subject: Update package json for new map layout; Correct llvm-api includes for *nix --- src/main.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index dbade085d..fbcc03dae 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -11,7 +11,11 @@ gb_global Timings global_timings = {0}; #if defined(LLVM_BACKEND_SUPPORT) +#if defined(GB_SYSTEM_WINDOWS) #include "llvm-c/Types.h" +#else +#include +#endif #endif #include "parser.hpp" -- cgit v1.2.3