diff options
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> |