From 5a1b1c6aca7a31cef61170c53e4af2ae205fc184 Mon Sep 17 00:00:00 2001 From: Kurausukun Date: Mon, 18 May 2020 01:49:49 -0400 Subject: Fix compilation on gcc 10 --- tools/preproc/asm_file.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/preproc/asm_file.cpp b/tools/preproc/asm_file.cpp index 383010aa3..07921321d 100644 --- a/tools/preproc/asm_file.cpp +++ b/tools/preproc/asm_file.cpp @@ -20,6 +20,7 @@ #include #include +#include #include "preproc.h" #include "asm_file.h" #include "char_util.h" -- cgit v1.2.3 From 56ff0ac34d8a1e5173a34f18054f12f8d219a685 Mon Sep 17 00:00:00 2001 From: Kurausukun Date: Mon, 18 May 2020 23:39:37 -0400 Subject: Fix compilation on gcc 10 --- tools/preproc/c_file.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/preproc/c_file.cpp b/tools/preproc/c_file.cpp index 229f568fa..b996a048c 100644 --- a/tools/preproc/c_file.cpp +++ b/tools/preproc/c_file.cpp @@ -20,6 +20,7 @@ #include #include +#include #include #include #include "preproc.h" -- cgit v1.2.3