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(+) (limited to 'tools/preproc/asm_file.cpp') 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