diff options
author | Kurausukun <lord.uber1@gmail.com> | 2020-05-18 23:41:28 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-18 23:41:28 -0400 |
commit | bddfe5c6d1dd992c9fb3950798f7258795f5c7bc (patch) | |
tree | 77c9da121d5082add1a4c10598210f6b7f48cf6f /tools/preproc/c_file.cpp | |
parent | 9f51d25145c92608886e62ff75c3d14a26fc0b38 (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 b550a53fa..50c2dab71 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 <iostream> |