소스 검색

compile on windows

David Rose 17 년 전
부모
커밋
b1b67a1c4c
1개의 변경된 파일2개의 추가작업 그리고 3개의 파일을 삭제
  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