diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2013-12-03 13:54:57 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2013-12-03 13:54:57 +0000 |
| commit | a087977eb1b19a4f05865403f0775ddeec95f3cb (patch) | |
| tree | d304d5c0e304e52841adf43c6e328028e6539544 /src | |
| parent | Update to trunk (diff) | |
| parent | Restore original file format with added metadata. (diff) | |
| download | inkscape-a087977eb1b19a4f05865403f0775ddeec95f3cb.tar.gz inkscape-a087977eb1b19a4f05865403f0775ddeec95f3cb.zip | |
Update to trunk
(bzr r11950.1.205)
Diffstat (limited to 'src')
| -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 |
