diff options
author | Kurausukun <lord.uber1@gmail.com> | 2020-05-18 01:49:49 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-18 01:49:49 -0400 |
commit | 5a1b1c6aca7a31cef61170c53e4af2ae205fc184 (patch) | |
tree | cb9fa58c0cd4ee4d7ec21b7493553f9f450827e6 | |
parent | ece62fa4ba8e385809deff330c7d7a0b348c10ae (diff) |
Fix compilation on gcc 10
-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 383010aa3..07921321d 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" |