]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - ast.c
Some more platform / compiler specific code refactoring.
[xonotic/gmqcc.git] / ast.c
diff --git a/ast.c b/ast.c
index 56dc1e5cf3aedac4dd5ca73dd7c858ec27489c14..66b78ebd1440d04ec27243268592d9c692711413 100644 (file)
--- a/ast.c
+++ b/ast.c
@@ -27,6 +27,7 @@
 #include "gmqcc.h"
 #include "ast.h"
 #include "parser.h"
 #include "gmqcc.h"
 #include "ast.h"
 #include "parser.h"
+#include "platform.h"
 
 #define ast_instantiate(T, ctx, destroyfn)                          \
     T* self = (T*)mem_a(sizeof(T));                                 \
 
 #define ast_instantiate(T, ctx, destroyfn)                          \
     T* self = (T*)mem_a(sizeof(T));                                 \