From 67d2b4560247210d6b20d36ba725be6bf5d4fd53 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 17 Mar 2015 15:53:00 +0300 Subject: fix nacl and windows compilation. --- src/being/localplayer.cpp | 2 ++ src/resources/map/map.cpp | 2 ++ src/units.cpp | 2 ++ 3 files changed, 6 insertions(+) (limited to 'src') 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 + #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 +#include + #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 + #include "debug.h" struct UnitLevel final -- cgit v1.2.3-60-g2f50