From 75eaf3bdbb504954e6f5aeba60bca550d54896f3 Mon Sep 17 00:00:00 2001 From: Magnus Norddahl Date: Sun, 7 Jan 2024 11:46:30 +0100 Subject: [PATCH] Fix linux compile error --- src/core/truetypefont.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/truetypefont.h b/src/core/truetypefont.h index dabc1bf..6dbe405 100644 --- a/src/core/truetypefont.h +++ b/src/core/truetypefont.h @@ -5,6 +5,7 @@ #include #include #include +#include typedef uint8_t ttf_uint8; typedef uint16_t ttf_uint16;