diff options
author | Kurausukun <lord.uber1@gmail.com> | 2020-05-18 01:50:40 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-18 01:50:40 -0400 |
commit | 9f51d25145c92608886e62ff75c3d14a26fc0b38 (patch) | |
tree | 2b968836d5c2958e6ba8320d9f9049939b6516bf /tools/preproc/asm_file.cpp | |
parent | f302fcc134bf354c3655e3423be68fd7a99cb396 (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" |