From 8a0ee5fc0681ebc7c076367febf068c2a74601ea Mon Sep 17 00:00:00 2001 From: Filip Navara Date: Sat, 7 Feb 2004 00:24:46 +0000 Subject: [PATCH] - Properly include FreeType header svn path=/trunk/; revision=8070 --- reactos/include/win32k/float.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/reactos/include/win32k/float.h b/reactos/include/win32k/float.h index 16094d67092..37f83f62ca5 100644 --- a/reactos/include/win32k/float.h +++ b/reactos/include/win32k/float.h @@ -3,7 +3,8 @@ #include #include -#include +#include +#include FT_FREETYPE_H typedef struct tagFLOAT_POINT {