aboutsummaryrefslogtreecommitdiff
path: root/zencore/string.cpp
diff options
context:
space:
mode:
authorMartin Ridgers <[email protected]>2021-09-15 11:18:37 +0200
committerMartin Ridgers <[email protected]>2021-09-15 11:18:37 +0200
commitebb3a183238f615927932723671ca3f06169326c (patch)
tree85e99c134b1f7fb57633cd8dbde7873cccb1c64c /zencore/string.cpp
parentMissing include for pow() (diff)
downloadzen-ebb3a183238f615927932723671ca3f06169326c.tar.xz
zen-ebb3a183238f615927932723671ca3f06169326c.zip
Missing include for std::runtime_error()
Diffstat (limited to 'zencore/string.cpp')
-rw-r--r--zencore/string.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/zencore/string.cpp b/zencore/string.cpp
index 542fec487..8ea10d2a3 100644
--- a/zencore/string.cpp
+++ b/zencore/string.cpp
@@ -8,6 +8,7 @@
#include <zencore/string.h>
#include <exception>
#include <ostream>
+#include <stdexcept>
#include <utf8.h>