diff options
-rw-r--r-- | src/being/localplayer.cpp | 2 | ||||
-rw-r--r-- | src/resources/map/map.cpp | 2 | ||||
-rw-r--r-- | src/units.cpp | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/src/being/localplayer.cpp b/src/being/localplayer.cpp index 359cc0b70..db37992f6 100644 --- a/src/being/localplayer.cpp +++ b/src/being/localplayer.cpp @@ -91,6 +91,8 @@ #include "mumblemanager.h" #endif +#include <climits> + #include "debug.h" static const int16_t awayLimitTimer = 60; diff --git a/src/resources/map/map.cpp b/src/resources/map/map.cpp index a1a9d446b..84f1d1049 100644 --- a/src/resources/map/map.cpp +++ b/src/resources/map/map.cpp @@ -63,6 +63,8 @@ #include <sys/stat.h> +#include <climits> + #include "debug.h" class ActorFunctuator final diff --git a/src/units.cpp b/src/units.cpp index 4319fa89e..237aa04e8 100644 --- a/src/units.cpp +++ b/src/units.cpp @@ -27,6 +27,8 @@ #include "resources/beingcommon.h" +#include <climits> + #include "debug.h" struct UnitLevel final |