From: Tom Hacohen Date: Tue, 15 Jan 2013 17:15:06 +0000 (+0000) Subject: Evas font: Add missing header. X-Git-Tag: submit/devel/efl/20131022.203902~2245 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c8e1fe4c9f56d346f0e2cc07374710d44bccf9c3;p=platform%2Fupstream%2Fefl.git Evas font: Add missing header. SVN revision: 82826 --- diff --git a/src/lib/evas/common/evas_font_load.c b/src/lib/evas/common/evas_font_load.c index 0cb5b7d..b1a6efd 100644 --- a/src/lib/evas/common/evas_font_load.c +++ b/src/lib/evas/common/evas_font_load.c @@ -7,6 +7,7 @@ #ifdef USE_HARFBUZZ # include # include +# include #endif #include "evas_common.h"