From c1f3797f580cf8bb4837e4f360de55b720804585 Mon Sep 17 00:00:00 2001 From: Martin Ridgers Date: Wed, 15 Sep 2021 11:17:44 +0200 Subject: Missing include for pow() --- 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 764b3de03..542fec487 100644 --- a/zencore/string.cpp +++ b/zencore/string.cpp @@ -2,6 +2,7 @@ #include #include +#include #include #include #include -- cgit v1.2.3