From eff83cda8bcf74bcbffade7d6bf6934c0eaaaa07 Mon Sep 17 00:00:00 2001 From: themancalledjakob Date: Fri, 14 Apr 2023 16:54:14 +0200 Subject: [PATCH] add ft2build header for freetype --- src/gpufont/font.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gpufont/font.hpp b/src/gpufont/font.hpp index 27c71fa..77fad40 100644 --- a/src/gpufont/font.hpp +++ b/src/gpufont/font.hpp @@ -7,11 +7,11 @@ #include "ofUtils.h" #include -#include #ifdef TARGET_OPENGLES #include #include #endif +#include #include FT_FREETYPE_H #include FT_MULTIPLE_MASTERS_H