From 3c9aea1ee129c519b82625507e7f031c453f0dbf Mon Sep 17 00:00:00 2001 From: rdb Date: Wed, 2 Aug 2023 07:51:46 +0200 Subject: [PATCH] text: Fix missing epvector.h include in textAssembler.h --- panda/src/text/textAssembler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panda/src/text/textAssembler.h b/panda/src/text/textAssembler.h index 2cbede0d10..20f9b2c1e5 100644 --- a/panda/src/text/textAssembler.h +++ b/panda/src/text/textAssembler.h @@ -25,7 +25,7 @@ #include "textPropertiesManager.h" #include "textEncoder.h" #include "geomVertexRewriter.h" - +#include "epvector.h" #include "pmap.h" typedef struct hb_buffer_t hb_buffer_t;