diff options
| author | su_v <suv-sf@users.sourceforge.net> | 2013-11-30 10:30:47 +0000 |
|---|---|---|
| committer | ~suv <suv-sf@users.sourceforge.net> | 2013-11-30 10:30:47 +0000 |
| commit | ed4835f4cd19e112677377e53039cdc42df0c53f (patch) | |
| tree | 363c53d404d7aad7d2249a23443b28bd9ed07f75 /src/libnrtype | |
| parent | Dutch translation update (diff) | |
| download | inkscape-ed4835f4cd19e112677377e53039cdc42df0c53f.tar.gz inkscape-ed4835f4cd19e112677377e53039cdc42df0c53f.zip | |
Fix build with freetype >= 2.5.1
Fixed bugs:
- https://launchpad.net/bugs/1255830
(bzr r12833)
Diffstat (limited to 'src/libnrtype')
| -rw-r--r-- | src/libnrtype/FontFactory.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 <pango/pangowin32.h> #else #include <pango/pangoft2.h> -#include <freetype/freetype.h> +#include <ft2build.h> +#include FT_FREETYPE_H #endif |
