diff --git a/panda/src/text/textFont.h b/panda/src/text/textFont.h index de2b345048..ae0d560025 100644 --- a/panda/src/text/textFont.h +++ b/panda/src/text/textFont.h @@ -17,12 +17,11 @@ #include "pandabase.h" +#include "textGlyph.h" #include "typedReferenceCount.h" #include "namable.h" #include "pmap.h" - -class Node; -class TextGlyph; +#include "pointerTo.h" //////////////////////////////////////////////////////////////////// // Class : TextFont