* 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:
Werner Lemberg
2025-07-01 18:09:27 +02:00
parent 01695ea72a
commit 5e6715101f

View File

@@ -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"