This fixes Gentoo bug #507712 (https://bugs.gentoo.org/507712)
Signed-off-by: Lars Wendler <[email protected]> --- fonttools/genft.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fonttools/genft.cpp b/fonttools/genft.cpp index c6efccf..8a9ebe4 100644 --- a/fonttools/genft.cpp +++ b/fonttools/genft.cpp @@ -18,7 +18,7 @@ #include <ft2build.h> #include FT_FREETYPE_H -#include <freetype/tttables.h> +#include FT_TRUETYPE_TABLES_H #include <QMap> #include <QString> -- 1.9.2 ------------------------------------------------------------------------------ Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph databases and their applications. Written by three acclaimed leaders in the field, this first edition is now available. Download your free book today! http://p.sf.net/sfu/NeoTech _______________________________________________ Mscore-developer mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mscore-developer
