diff options
| author | Martin Ridgers <[email protected]> | 2021-09-15 11:18:37 +0200 |
|---|---|---|
| committer | Martin Ridgers <[email protected]> | 2021-09-15 11:18:37 +0200 |
| commit | ebb3a183238f615927932723671ca3f06169326c (patch) | |
| tree | 85e99c134b1f7fb57633cd8dbde7873cccb1c64c /zencore/string.cpp | |
| parent | Missing include for pow() (diff) | |
| download | zen-ebb3a183238f615927932723671ca3f06169326c.tar.xz zen-ebb3a183238f615927932723671ca3f06169326c.zip | |
Missing include for std::runtime_error()
Diffstat (limited to 'zencore/string.cpp')
| -rw-r--r-- | zencore/string.cpp | 1 |
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> |