From ed4835f4cd19e112677377e53039cdc42df0c53f Mon Sep 17 00:00:00 2001 From: su_v Date: Sat, 30 Nov 2013 11:30:47 +0100 Subject: Fix build with freetype >= 2.5.1 Fixed bugs: - https://launchpad.net/bugs/1255830 (bzr r12833) --- src/libnrtype/FontFactory.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/libnrtype/FontFactory.h b/src/libnrtype/FontFactory.h index 12046079e..7b606d200 100644 --- a/src/libnrtype/FontFactory.h +++ b/src/libnrtype/FontFactory.h @@ -30,7 +30,8 @@ #include #else #include -#include +#include +#include FT_FREETYPE_H #endif -- cgit v1.2.3