mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 00:32:57 -04:00
maxegg: fix compilation errors with min/max
This commit is contained in:
parent
f2976b03ec
commit
66c5d65bf6
@ -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"
|
||||
|
||||
using std::min;
|
||||
using std::max;
|
||||
|
||||
#include <stdio.h>
|
||||
#include "Max.h"
|
||||
#include "istdplug.h"
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user