[subset] Add helper-subset.hh to Makefile sources.

This commit is contained in:
Garret Rieger 2023-11-15 21:36:02 +00:00
parent 0dd7a47621
commit ffa643c5aa
2 changed files with 2 additions and 0 deletions

View file

@ -47,6 +47,7 @@ HB_SUBSET_CLI_sources = \
options.hh \
output-options.hh \
text-options.hh \
helper-subset.hh \
$(NULL)
HB_OT_SHAPE_CLOSURE_sources = \

View file

@ -27,6 +27,7 @@
#define HELPER_SUBSET_HH
#include "glib.h"
#include <errno.h>
#include <math.h>
#include <stdbool.h>
#include "hb-subset.h"