mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 01:07:51 -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 <fcntl.h>
|
||||||
#include <crtdbg.h>
|
#include <crtdbg.h>
|
||||||
#include "errno.h"
|
#include "errno.h"
|
||||||
|
|
||||||
|
using std::min;
|
||||||
|
using std::max;
|
||||||
|
|
||||||
#include "Max.h"
|
#include "Max.h"
|
||||||
#include "eggGroup.h"
|
#include "eggGroup.h"
|
||||||
#include "eggTable.h"
|
#include "eggTable.h"
|
||||||
|
@ -26,6 +26,9 @@
|
|||||||
#include "eggPolysetMaker.h"
|
#include "eggPolysetMaker.h"
|
||||||
#include "eggBin.h"
|
#include "eggBin.h"
|
||||||
|
|
||||||
|
using std::min;
|
||||||
|
using std::max;
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include "Max.h"
|
#include "Max.h"
|
||||||
#include "istdplug.h"
|
#include "istdplug.h"
|
||||||
|
@ -22,6 +22,9 @@
|
|||||||
// Include this before everything
|
// Include this before everything
|
||||||
#include "pandatoolbase.h"
|
#include "pandatoolbase.h"
|
||||||
|
|
||||||
|
using std::min;
|
||||||
|
using std::max;
|
||||||
|
|
||||||
// MAX includes
|
// MAX includes
|
||||||
#include "maxEggLoader.h"
|
#include "maxEggLoader.h"
|
||||||
#include "Max.h"
|
#include "Max.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user