Date: Tue, 15 Apr 2014 16:36:51 +0200 Subject: [PATCH] Fix compilation with >=freetype-2.5.1 while remaining compatible with older freetype versions. This fixes Gentoo bug #507712 (https://bugs.gentoo.org/507712) Signed-off-by: Lars Wendler --- mscore-1.3/mscore/mscore/genft.cpp +++ mscore-1.3/mscore/mscore/genft.cpp @@ -27,7 +27,7 @@ #include #include FT_FREETYPE_H -#include +#include FT_TRUETYPE_TABLES_H #include "al/xml.h" QMap codemap;