From b1b67a1c4c2ba317cb7303fe8db922df0681e939 Mon Sep 17 00:00:00 2001 From: David Rose Date: Sat, 22 Nov 2008 03:12:26 +0000 Subject: [PATCH] compile on windows --- panda/src/text/textFont.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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