gcc fix <stdint.h> vs <limits>

This commit is contained in:
akkadius 2014-09-21 03:43:27 -05:00
parent 4ed88e348e
commit 3ef5d8ef0a

View File

@ -6,7 +6,7 @@
#include "../common/loottable.h" #include "../common/loottable.h"
#include "zonedump.h" #include "zonedump.h"
#include "../common/faction.h" #include "../common/faction.h"
#include <stdint.h> #include <limits>
//#include "doors.h" //#include "doors.h"
struct wplist { struct wplist {