fix weird CImg bug
This commit is contained in:
parent
7573de8a61
commit
e358e372ec
1 changed files with 3 additions and 0 deletions
|
@ -45,6 +45,9 @@
|
||||||
// CImg, the superior grafiks library
|
// CImg, the superior grafiks library
|
||||||
#define cimg_display 0
|
#define cimg_display 0
|
||||||
#include "CImg.h"
|
#include "CImg.h"
|
||||||
|
// CImg defines its own min and max macros to compile, so we need to undef them
|
||||||
|
#undef min
|
||||||
|
#undef max
|
||||||
|
|
||||||
// First include for detecting console output size,
|
// First include for detecting console output size,
|
||||||
// everything else for exit codes
|
// everything else for exit codes
|
||||||
|
|
Loading…
Reference in a new issue