Просмотр исходного кода

Fix another build error on windows

rdb 16 лет назад
Родитель
Сommit
0f32e3caaa
1 измененных файлов с 3 добавлено и 0 удалено
  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
 // MAX includes
 #include "maxEggLoader.h"
 #include "maxEggLoader.h"
 #include "Max.h"
 #include "Max.h"