Browse Source

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

rdb 2 years ago
parent
commit
3c9aea1ee1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/text/textAssembler.h

+ 1 - 1
panda/src/text/textAssembler.h

@@ -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;