From 65fb2e9957538c168dbc2d414b8501e7633fd380 Mon Sep 17 00:00:00 2001 From: Kurausukun Date: Mon, 18 May 2020 23:42:42 -0400 Subject: [PATCH] Fix compilation on gcc 10 (for real this time) --- 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"