From 6f922173d29b06eaa89b5d32325115a94b9efab0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Thu, 9 Aug 2007 21:53:36 +0000 Subject: [PATCH] missing ctype.h git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21880 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/servers/app/GlyphLayoutEngine.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/servers/app/GlyphLayoutEngine.h b/src/servers/app/GlyphLayoutEngine.h index 36ddfe23e5..26690ef83c 100644 --- a/src/servers/app/GlyphLayoutEngine.h +++ b/src/servers/app/GlyphLayoutEngine.h @@ -15,6 +15,7 @@ #include "FontCacheEntry.h" #include "ServerFont.h" +#include class FontCacheReference { public: