Fix `make multi'
* src/base/ftoutln.c, src/base/fttrigon.c: Include FT_INTERNAL_CALC_H.
This commit is contained in:
parent
72447195ce
commit
817caa9f4f
@ -1,3 +1,10 @@
|
||||
2013-01-25 Werner Lemberg <wl@gnu.org>
|
||||
|
||||
Fix `make multi'
|
||||
|
||||
* src/base/ftoutln.c, src/base/fttrigon.c: Include
|
||||
FT_INTERNAL_CALC_H.
|
||||
|
||||
2013-01-25 David 'Digit' Turner <digit@google.com>
|
||||
|
||||
[truetype] Fix C++ compilation.
|
||||
|
@ -26,6 +26,7 @@
|
||||
#include <ft2build.h>
|
||||
#include FT_OUTLINE_H
|
||||
#include FT_INTERNAL_OBJECTS_H
|
||||
#include FT_INTERNAL_CALC_H
|
||||
#include FT_INTERNAL_DEBUG_H
|
||||
#include FT_TRIGONOMETRY_H
|
||||
|
||||
|
@ -31,6 +31,7 @@
|
||||
|
||||
#include <ft2build.h>
|
||||
#include FT_INTERNAL_OBJECTS_H
|
||||
#include FT_INTERNAL_CALC_H
|
||||
#include FT_TRIGONOMETRY_H
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user