diff options
author | Kurausukun <lord.uber1@gmail.com> | 2020-05-18 23:39:37 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-18 23:39:37 -0400 |
commit | 56ff0ac34d8a1e5173a34f18054f12f8d219a685 (patch) | |
tree | 3b09058b41a5d08a1422d01fe7b9e80e0843c95d /tools/preproc/c_file.cpp | |
parent | 5a1b1c6aca7a31cef61170c53e4af2ae205fc184 (diff) |
Fix compilation on gcc 10
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" |