瀏覽代碼

Fix compile error on Windows.

rdb 16 年之前
父節點
當前提交
35f426e591
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pandatool/src/maxegg/maxEgg.h

+ 1 - 1
pandatool/src/maxegg/maxEgg.h

@@ -13,6 +13,7 @@
 #ifndef __MaxEgg__H
 #ifndef __MaxEgg__H
 #define __MaxEgg__H
 #define __MaxEgg__H
 
 
+#include "pandatoolbase.h"
 #include <sys/types.h>
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <sys/stat.h>
 #include <fcntl.h>
 #include <fcntl.h>
@@ -23,7 +24,6 @@
 #include "eggTable.h"
 #include "eggTable.h"
 #include "eggXfmSAnim.h"
 #include "eggXfmSAnim.h"
 #include "eggData.h"
 #include "eggData.h"
-#include "pandatoolbase.h"
 #include "referenceCount.h"
 #include "referenceCount.h"
 #include "pointerTo.h"
 #include "pointerTo.h"
 #include "namable.h"
 #include "namable.h"