maxegg: fix compilation errors with min/max

This commit is contained in:
rdb 2018-07-04 19:11:59 +02:00
parent f2976b03ec
commit 66c5d65bf6
3 changed files with 10 additions and 0 deletions

View File

@ -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"

View File

@ -26,6 +26,9 @@
#include "eggPolysetMaker.h"
#include "eggBin.h"
using std::min;
using std::max;
#include <stdio.h>
#include "Max.h"
#include "istdplug.h"

View File

@ -22,6 +22,9 @@
// Include this before everything
#include "pandatoolbase.h"
using std::min;
using std::max;
// MAX includes
#include "maxEggLoader.h"
#include "Max.h"