diff options
author | Kurausukun <lord.uber1@gmail.com> | 2020-05-18 01:41:54 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-18 01:41:54 -0400 |
commit | 72c8574780466bdf20fe5e41749210b785634a46 (patch) | |
tree | 6581ec9941aaea6c6a2c4db4004461f10634480a /tools/preproc/asm_file.cpp | |
parent | 44f348a8e1334e05b16891a1a019743b723f60da (diff) |
Fix compilation on gcc 10
Diffstat (limited to 'tools/preproc/asm_file.cpp')
-rw-r--r-- | tools/preproc/asm_file.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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 <cstdio> #include <cstdarg> +#include <stdexcept> #include "preproc.h" #include "asm_file.h" #include "char_util.h" |