From 55745bcea8c5545b3800933806da5e6c31fe09cf Mon Sep 17 00:00:00 2001 From: Sergey Vlasov Date: Sun, 8 Dec 2024 22:56:25 +0300 Subject: [PATCH] Fixed compilation error MSVC 19.16.27039.0 32 bit --- ttf.h | 1 + 1 file changed, 1 insertion(+) diff --git a/ttf.h b/ttf.h index 457eee5..3ce3f31 100644 --- a/ttf.h +++ b/ttf.h @@ -11,6 +11,7 @@ #ifndef TTF_H # define TTF_H +# include # include # include # ifdef __cplusplus