@@ -19,6 +19,10 @@
#include <fcntl.h>
#include <crtdbg.h>
#include "errno.h"
+
+using std::min;
+using std::max;
#include "Max.h"
#include "eggGroup.h"
#include "eggTable.h"
@@ -26,6 +26,9 @@
#include "eggPolysetMaker.h"
#include "eggBin.h"
#include <stdio.h>
#include "istdplug.h"
@@ -22,6 +22,9 @@
// Include this before everything
#include "pandatoolbase.h"
// MAX includes
#include "maxEggLoader.h"