summaryrefslogtreecommitdiff
path: root/tools/preproc/c_file.cpp
diff options
context:
space:
mode:
authorKurausukun <lord.uber1@gmail.com>2020-05-18 23:42:42 -0400
committerGitHub <noreply@github.com>2020-05-18 23:42:42 -0400
commit65fb2e9957538c168dbc2d414b8501e7633fd380 (patch)
tree2435334ee546eb47227561d4c4e3fc47f1001ad9 /tools/preproc/c_file.cpp
parentda30244b6c6d0a3ff91838b2d6a53d0bc7d9c765 (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.cpp1
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"