Browse Source

compile on windows

David Rose 17 years ago
parent
commit
b1b67a1c4c
1 changed files with 2 additions and 3 deletions
  1. 2 3
      panda/src/text/textFont.h

+ 2 - 3
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