diff options
author | Kurausukun <lord.uber1@gmail.com> | 2020-05-18 23:42:42 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-18 23:42:42 -0400 |
commit | 65fb2e9957538c168dbc2d414b8501e7633fd380 (patch) | |
tree | 2435334ee546eb47227561d4c4e3fc47f1001ad9 /tools/preproc/c_file.cpp | |
parent | da30244b6c6d0a3ff91838b2d6a53d0bc7d9c765 (diff) |
Fix compilation on gcc 10 (for real this time)
Diffstat (limited to 'tools/preproc/c_file.cpp')
-rw-r--r-- | tools/preproc/c_file.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/preproc/c_file.cpp b/tools/preproc/c_file.cpp index 229f568fa..b996a048c 100644 --- a/tools/preproc/c_file.cpp +++ b/tools/preproc/c_file.cpp @@ -20,6 +20,7 @@ #include <cstdio> #include <cstdarg> +#include <stdexcept> #include <string> #include <memory> #include "preproc.h" |