text: Fix missing epvector.h include in textAssembler.h

This commit is contained in:
rdb 2023-08-02 07:51:46 +02:00
parent 52c704f79d
commit 3c9aea1ee1

View File

@ -25,7 +25,7 @@
#include "textPropertiesManager.h" #include "textPropertiesManager.h"
#include "textEncoder.h" #include "textEncoder.h"
#include "geomVertexRewriter.h" #include "geomVertexRewriter.h"
#include "epvector.h"
#include "pmap.h" #include "pmap.h"
typedef struct hb_buffer_t hb_buffer_t; typedef struct hb_buffer_t hb_buffer_t;