mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-25 18:47:35 +00:00
gcc fix <stdint.h> vs <limits>
This commit is contained in:
+1
-1
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user