From 7469dafbba459198250a19ac45fc2856048616fd Mon Sep 17 00:00:00 2001 From: "Peter G Bouillon [fernewelten]" Date: Thu, 12 Dec 2024 03:24:33 +0100 Subject: [PATCH] add #include --- Compiler/preproc/preprocessor.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Compiler/preproc/preprocessor.cpp b/Compiler/preproc/preprocessor.cpp index 933804b171..8db8cd26fa 100644 --- a/Compiler/preproc/preprocessor.cpp +++ b/Compiler/preproc/preprocessor.cpp @@ -13,6 +13,7 @@ //============================================================================= #include #include +#include #include "script/cs_parser_common.h" #include "preproc/preprocessor.h" #include "script/cc_common.h"