From e711eeb2bcb47e031bc9d97ece9adc97b4dcf286 Mon Sep 17 00:00:00 2001 From: Autumn! <86073772+autumnull@users.noreply.github.com> Date: Sat, 20 May 2023 22:04:01 +0100 Subject: [PATCH] Include cstdint in stringImproved.h --- src/stringImproved.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/stringImproved.h b/src/stringImproved.h index d777b81..f8c5c59 100644 --- a/src/stringImproved.h +++ b/src/stringImproved.h @@ -2,6 +2,7 @@ #define STRING_IMPROVED_H #include +#include #include #include #include