From fb9e3f55b2da99d043a48dedcdc4e06ed0f71bf2 Mon Sep 17 00:00:00 2001 From: cxl Date: Mon, 27 Jan 2014 09:17:34 +0000 Subject: [PATCH] Draw: Freetype include path situation resolved #653 git-svn-id: svn://ultimatepp.org/upp/trunk@6817 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppsrc/Draw/FontFc.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/uppsrc/Draw/FontFc.cpp b/uppsrc/Draw/FontFc.cpp index 935a2faaf..2602cebaf 100644 --- a/uppsrc/Draw/FontFc.cpp +++ b/uppsrc/Draw/FontFc.cpp @@ -10,7 +10,8 @@ #include #include -#include +// #include // The only function required from that header: +FT_EXPORT( const char* ) FT_Get_X11_Font_Format( FT_Face face ); // Put here to avoid include path issues... NAMESPACE_UPP