Commit 85085a3678c64aec4b04d119767fc7116216ecb5

henry 2004-04-20T20:50:22

Moved include to fix FT_OPEN_MEMORY # def for older freetype versions

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
diff --git a/include/FTFace.h b/include/FTFace.h
index a27361d..26bb396 100755
--- a/include/FTFace.h
+++ b/include/FTFace.h
@@ -1,12 +1,11 @@
 #ifndef     __FTFace__
 #define     __FTFace__
 
-#include "FTGL.h"
-
 #include <ft2build.h>
 #include FT_FREETYPE_H
 #include FT_GLYPH_H
 
+#include "FTGL.h"
 #include "FTPoint.h"
 #include "FTSize.h"