Browse Source

text: Fix missing includes.

Sam Edwards 10 years ago
parent
commit
90d3347fd1
1 changed files with 4 additions and 0 deletions
  1. 4 0
      panda/src/text/textGlyph.cxx

+ 4 - 0
panda/src/text/textGlyph.cxx

@@ -13,6 +13,10 @@
 ////////////////////////////////////////////////////////////////////
 
 #include "textGlyph.h"
+#include "geomTextGlyph.h"
+#include "geomTriangles.h"
+#include "geomVertexReader.h"
+#include "geomVertexWriter.h"
 
 TypeHandle TextGlyph::_type_handle;