* src/truetype/ttgload.c: Include FT_CONFIG_CONFIG_H.

Otherwise FT_UINT_TO_POINTER might not be defined.

Problem reported by Alexei.
This commit is contained in:
Werner Lemberg 2017-04-01 09:49:11 +02:00
parent 54b58097ee
commit bb6c037bae
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,11 @@
2017-04-01 Werner Lemberg <wl@gnu.org>
* src/truetype/ttgload.c: Include FT_CONFIG_CONFIG_H.
Otherwise FT_UINT_TO_POINTER might not be defined.
Problem reported by Alexei.
2017-03-31 Alexei Podtelezhnikov <apodtele@gmail.com>
[autofit] Disable stem adjustment for `FT_LOAD_TARGET_LCD'.

View File

@ -18,6 +18,7 @@
#include <ft2build.h>
#include FT_INTERNAL_DEBUG_H
#include FT_CONFIG_CONFIG_H
#include FT_INTERNAL_CALC_H
#include FT_INTERNAL_STREAM_H
#include FT_INTERNAL_SFNT_H