From 2403f075ed0e380cf30db23a07eb1c5a89d616a7 Mon Sep 17 00:00:00 2001 From: Alex Dewar Date: Thu, 1 May 2025 11:16:56 +0100 Subject: [PATCH] extern/zstr/zstr.hpp: Add missing include There is a missing include for cstdint. Without it, the build fails on gcc v15 and clang v19. --- extern/zstr/zstr.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/extern/zstr/zstr.hpp b/extern/zstr/zstr.hpp index 438e620565..b6f8caadaf 100644 --- a/extern/zstr/zstr.hpp +++ b/extern/zstr/zstr.hpp @@ -11,6 +11,7 @@ #include #include +#include #include #include #include