* 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:
parent
54b58097ee
commit
bb6c037bae
@ -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'.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user