From 31eab5b528fecbd9a0afebbe4359a2d7d5083ea9 Mon Sep 17 00:00:00 2001 From: Lloyd Parkes Date: Fri, 14 Oct 2022 11:38:13 +1300 Subject: [PATCH] Put back the #include of that I accidently removed when I fixed up a misclick earlier. It doesn't seem to be needed, but I should the the file as I found it. --- lexor.lex | 1 + 1 file changed, 1 insertion(+) diff --git a/lexor.lex b/lexor.lex index 80402bdc5..e5ee90a6a 100644 --- a/lexor.lex +++ b/lexor.lex @@ -27,6 +27,7 @@ //# define YYSTYPE lexval # include +# include # include "compiler.h" # include "parse_misc.h" # include "parse_api.h"