Skip to content

Commit addf773

Browse files
authored
fontconvert missing header (#297)
Fixes Issue #273
1 parent eeec0f6 commit addf773

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fontconvert/fontconvert.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ See notes at end for glyph nomenclature & other tidbits.
2323
#include <stdint.h>
2424
#include <stdio.h>
2525
#include FT_GLYPH_H
26+
#include FT_MODULE_H
2627
#include FT_TRUETYPE_DRIVER_H
2728
#include "../gfxfont.h" // Adafruit_GFX font structures
2829

0 commit comments

Comments
 (0)