From ebb3a183238f615927932723671ca3f06169326c Mon Sep 17 00:00:00 2001 From: Martin Ridgers Date: Wed, 15 Sep 2021 11:18:37 +0200 Subject: Missing include for std::runtime_error() --- zencore/string.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'zencore/string.cpp') 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 #include #include +#include #include -- cgit v1.2.3