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 764b3de03..542fec487 100644 --- a/zencore/string.cpp +++ b/zencore/string.cpp @@ -2,6 +2,7 @@ #include <doctest/doctest.h> #include <inttypes.h> +#include <math.h> #include <stdio.h> #include <zencore/memory.h> #include <zencore/string.h> |