Wrap all LLVM C includes

This commit is contained in:
gingerBill
2020-03-19 15:36:13 +00:00
parent 9524739dfc
commit 8093062e3b
2 changed files with 4 additions and 2 deletions

View File

@@ -10,6 +10,10 @@
gb_global Timings global_timings = {0};
#if defined(LLVM_BACKEND_SUPPORT)
#include "llvm-c/Types.h"
#endif
#include "parser.hpp"
#include "checker.hpp"