Browse Source

Fix another build error on windows

rdb 16 years ago
parent
commit
0f32e3caaa
1 changed files with 3 additions and 0 deletions
  1. 3 0
      pandatool/src/maxprogs/maxEggImport.cxx

+ 3 - 0
pandatool/src/maxprogs/maxEggImport.cxx

@@ -22,6 +22,9 @@
 //
 ////////////////////////////////////////////////////////////////////
 
+// Include this before everything
+#include "pandatoolbase.h"
+
 // MAX includes
 #include "maxEggLoader.h"
 #include "Max.h"