From 48aa65092230ef7b03df2988d14068c694869a8a Mon Sep 17 00:00:00 2001 From: Rachael Alexanderson Date: Sun, 7 Jan 2024 18:52:22 -0500 Subject: [PATCH] - make apple clang 14 happy --- src/core/truetypefont.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/truetypefont.h b/src/core/truetypefont.h index 6dbe405..8bdbc2f 100644 --- a/src/core/truetypefont.h +++ b/src/core/truetypefont.h @@ -6,6 +6,7 @@ #include #include #include +#include typedef uint8_t ttf_uint8; typedef uint16_t ttf_uint16;