diff options
author | luckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com> | 2020-06-13 13:40:57 -0400 |
---|---|---|
committer | luckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com> | 2020-06-13 13:40:57 -0400 |
commit | e2eb17dcbd8f9021b7e9fc805c8c03fac6b3b255 (patch) | |
tree | 5705aaca2ef0713f55ca22a4a814161e26aa4582 /tools/preproc/asm_file.cpp | |
parent | 1ce33843b645e3139bd414c2d048c628967f4e07 (diff) | |
parent | f75c048434d5dc7538e628206c29a0730404db81 (diff) |
Merge branch 'master' of https://github.com/pret/pokefirered
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 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" |