Ver código fonte

Fix compile error on Windows.

rdb 16 anos atrás
pai
commit
35f426e591
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      pandatool/src/maxegg/maxEgg.h

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

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