blob: 23afe4b1052f9d9771c60f8fa460eb04245ab215 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- src/glyphMgr.h.orig 2013-12-13 10:13:45.000000000 +0100
+++ src/glyphMgr.h 2013-12-13 10:17:50.000000000 +0100
@@ -15,8 +15,7 @@
#include <ft2build.h>
#include FT_FREETYPE_H
-
-#include <freetype/ftglyph.h>
+#include FT_GLYPH_H
/** Manage FT_Glyph by insuring that FT_Glyph is handled correctly.
*/
|