diff -Naur ClanLib-0.6.5/Setup/Tests/ttf.cpp ClanLib-0.6.5.new/Setup/Tests/ttf.cpp --- ClanLib-0.6.5/Setup/Tests/ttf.cpp 2001-09-08 23:24:17 +0400 +++ ClanLib-0.6.5.new/Setup/Tests/ttf.cpp 2005-01-20 15:58:57 +0300 @@ -11,7 +11,8 @@ ------------------------------------------------------------------------ */ -#include +#include +#include FT_FREETYPE_H int main() { return 0; diff -Naur ClanLib-0.6.5/Sources/TTF/font_ttf.cpp ClanLib-0.6.5.new/Sources/TTF/font_ttf.cpp --- ClanLib-0.6.5/Sources/TTF/font_ttf.cpp 2002-01-15 19:18:48 +0300 +++ ClanLib-0.6.5.new/Sources/TTF/font_ttf.cpp 2005-01-20 15:58:52 +0300 @@ -21,7 +21,8 @@ #include #include "Display/Font/font_generic.h" -#include +#include +#include FT_FREETYPE_H #include "font_ttf.h"