From 7ac968ba2ec9b8bfa4f9043874ef05d5d5a07889 Mon Sep 17 00:00:00 2001 From: Alexander Lucas Date: Mon, 16 Jun 2025 09:23:33 -0400 Subject: [PATCH] Fix `uint8_t` undefined with GCC 15. --- include/woff2/output.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/woff2/output.h b/include/woff2/output.h index dc78ccf..9e85007 100644 --- a/include/woff2/output.h +++ b/include/woff2/output.h @@ -11,6 +11,7 @@ #include #include +#include #include #include