diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-05-20 20:25:26 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-20 20:25:26 -0400 |
commit | ad7107bc31ee38dc8dac939d5f6df0892d5a1645 (patch) | |
tree | 2b945757d8d94547da24a287df2761971b6e3be1 /tools/preproc/asm_file.cpp | |
parent | 1ed41f7446d3e59f9538fb593c88638ef4611af5 (diff) | |
parent | bddfe5c6d1dd992c9fb3950798f7258795f5c7bc (diff) |
Merge pull request #782 from Kurausukun/patch-1
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" |