X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=lexer.h;h=3f4949de21319bbfc03dea8c011ed3992a3d1b8f;hb=6fc0b0e3b4795daa0f90e3b2f4d9c5a954fb016a;hp=ee9be17d966147991c5817e3b19f6735cf414c38;hpb=ec03b55d1a81b425afdb9ff708a5c3d146c385dd;p=xonotic%2Fgmqcc.git diff --git a/lexer.h b/lexer.h index ee9be17..3f4949d 100644 --- a/lexer.h +++ b/lexer.h @@ -22,6 +22,8 @@ */ #ifndef GMQCC_LEXER_HDR #define GMQCC_LEXER_HDR +#include "gmqcc.h" + typedef struct token_s token; struct token_s {