mirror of
https://gitlab.freedesktop.org/freetype/freetype.git
synced 2026-03-23 12:10:42 +01:00
* src/autofit/afgsub.c: Include tttables.h and afgsub.h.
This fixes 'make multi' compilation with clang. Reported as https://gitlab.freedesktop.org/freetype/freetype/-/merge_requests/381#note_2984610
This commit is contained in:
parent
01695ea72a
commit
5e6715101f
1 changed files with 2 additions and 0 deletions
|
|
@ -16,11 +16,13 @@
|
|||
*/
|
||||
|
||||
#include <freetype/freetype.h>
|
||||
#include <freetype/tttables.h>
|
||||
#include <freetype/tttags.h>
|
||||
|
||||
#include <freetype/internal/ftstream.h>
|
||||
|
||||
#include "afglobal.h"
|
||||
#include "afgsub.h"
|
||||
#include "aftypes.h"
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue