From b56c9c14947f6f54c310db9352383590b81ad4ba Mon Sep 17 00:00:00 2001 From: Sam James Date: Thu, 15 Aug 2024 01:34:04 +0100 Subject: [PATCH] utility: add `` `uint8_t`, `uint32_t` are used without including `` which fails to build w/ GCC 15 after a change in libstdc++ [0] [0] https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=3a817a4a5a6d94da9127af3be9f84a74e3076ee2 --- src/utility.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utility.hpp b/src/utility.hpp index bff301c4..75719480 100644 --- a/src/utility.hpp +++ b/src/utility.hpp @@ -25,6 +25,7 @@ #include #endif +#include #include #include #include