From eaee5f6b98c9a6aa5a502c0d2e643798bfba8cd3 Mon Sep 17 00:00:00 2001 From: 2xB <31772910+2xB@users.noreply.github.com> Date: Sun, 19 Apr 2026 12:53:20 +0200 Subject: [PATCH] Include cstdint explicitly for uint8_t etc. --- happly.h | 1 + 1 file changed, 1 insertion(+) diff --git a/happly.h b/happly.h index 4ee8c71..83eab2a 100644 --- a/happly.h +++ b/happly.h @@ -50,6 +50,7 @@ SOFTWARE. #include #include +#include #include #include #include