From 601a596ca0837e36b45e117f70a5b7072c30d4e8 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Sat, 17 Dec 2022 09:22:55 -0700 Subject: [PATCH] [paint] Fix include path --- src/OT/glyf/glyf.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/OT/glyf/glyf.hh b/src/OT/glyf/glyf.hh index 9c343ea6b..5d6705a6c 100644 --- a/src/OT/glyf/glyf.hh +++ b/src/OT/glyf/glyf.hh @@ -7,13 +7,13 @@ #include "../../hb-ot-hmtx-table.hh" #include "../../hb-ot-var-gvar-table.hh" #include "../../hb-draw.hh" +#include "../../hb-paint.hh" #include "glyf-helpers.hh" #include "Glyph.hh" #include "SubsetGlyph.hh" #include "loca.hh" #include "path-builder.hh" -#include "hb-paint.hh" namespace OT {