From 9f51d25145c92608886e62ff75c3d14a26fc0b38 Mon Sep 17 00:00:00 2001 From: Kurausukun Date: Mon, 18 May 2020 01:50:40 -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 98805c952..7756cadc5 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 bddfe5c6d1dd992c9fb3950798f7258795f5c7bc Mon Sep 17 00:00:00 2001 From: Kurausukun Date: Mon, 18 May 2020 23:41:28 -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 b550a53fa..50c2dab71 100644 --- a/tools/preproc/c_file.cpp +++ b/tools/preproc/c_file.cpp @@ -20,6 +20,7 @@ #include #include +#include #include #include #include -- cgit v1.2.3