summaryrefslogtreecommitdiff
path: root/tools/preproc/c_file.cpp
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@users.noreply.github.com>2020-05-27 07:57:02 -0400
committerGitHub <noreply@github.com>2020-05-27 07:57:02 -0400
commitf75c048434d5dc7538e628206c29a0730404db81 (patch)
treebbd207c0728fa109f598a3681d4ddfc0e596c1df /tools/preproc/c_file.cpp
parent6a5548413007cbb86b4460f35b80ac0c9a32a580 (diff)
parent56ff0ac34d8a1e5173a34f18054f12f8d219a685 (diff)
Merge pull request #343 from Kurausukun/patch-2
Fix compilation on gcc 10
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"