summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-08-09 18:22:15 +0300
committerAndrei Karas <akaras@inbox.ru>2016-08-09 18:22:15 +0300
commitfe8e481910ec72c9d70b00737f89d5780f1a3cc5 (patch)
tree07f9e7dd938c4ee86c8a584dd34387fb6226d965 /src
parent5a7abd165ec13746f732dfae193036da5ec04fda (diff)
downloadplus-fe8e481910ec72c9d70b00737f89d5780f1a3cc5.tar.gz
plus-fe8e481910ec72c9d70b00737f89d5780f1a3cc5.tar.bz2
plus-fe8e481910ec72c9d70b00737f89d5780f1a3cc5.tar.xz
plus-fe8e481910ec72c9d70b00737f89d5780f1a3cc5.zip
Fix compilation after last commit.
Diffstat (limited to 'src')
-rw-r--r--src/being/being.cpp2
-rw-r--r--src/being/localplayer.cpp1
-rw-r--r--src/gui/viewport.cpp1
-rw-r--r--src/gui/windows/minimap.cpp2
-rw-r--r--src/navigationmanager.cpp2
-rw-r--r--src/resources/map/map.cpp1
6 files changed, 9 insertions, 0 deletions
diff --git a/src/being/being.cpp b/src/being/being.cpp
index 6721d4031..c146ecb00 100644
--- a/src/being/being.cpp
+++ b/src/being/being.cpp
@@ -49,6 +49,8 @@
#include "enums/being/beingdirection.h"
+#include "enums/resources/map/blockmask.h"
+
#include "particle/particleinfo.h"
#include "gui/gui.h"
diff --git a/src/being/localplayer.cpp b/src/being/localplayer.cpp
index 647aba41b..236b9cb4b 100644
--- a/src/being/localplayer.cpp
+++ b/src/being/localplayer.cpp
@@ -40,6 +40,7 @@
#include "enums/being/beingdirection.h"
+#include "enums/resources/map/blockmask.h"
#include "enums/resources/map/mapitemtype.h"
#include "particle/particleengine.h"
diff --git a/src/gui/viewport.cpp b/src/gui/viewport.cpp
index 672708394..d4b160068 100644
--- a/src/gui/viewport.cpp
+++ b/src/gui/viewport.cpp
@@ -33,6 +33,7 @@
#include "being/localplayer.h"
#include "being/playerinfo.h"
+#include "enums/resources/map/blockmask.h"
#include "enums/resources/map/mapitemtype.h"
#include "gui/gui.h"
diff --git a/src/gui/windows/minimap.cpp b/src/gui/windows/minimap.cpp
index 8c605058f..d21700455 100644
--- a/src/gui/windows/minimap.cpp
+++ b/src/gui/windows/minimap.cpp
@@ -29,6 +29,8 @@
#include "being/localplayer.h"
+#include "enums/resources/map/blockmask.h"
+
#include "gui/popupmanager.h"
#include "gui/viewport.h"
#include "gui/userpalette.h"
diff --git a/src/navigationmanager.cpp b/src/navigationmanager.cpp
index 3a5f72f47..9d7ec7083 100644
--- a/src/navigationmanager.cpp
+++ b/src/navigationmanager.cpp
@@ -20,6 +20,8 @@
#include "navigationmanager.h"
+#include "enums/resources/map/blockmask.h"
+
#include "resources/map/map.h"
#include "resources/map/metatile.h"
#include "resources/map/walklayer.h"
diff --git a/src/resources/map/map.cpp b/src/resources/map/map.cpp
index f8780fbf6..d86360059 100644
--- a/src/resources/map/map.cpp
+++ b/src/resources/map/map.cpp
@@ -39,6 +39,7 @@
#include "enums/resources/notifytypes.h"
+#include "enums/resources/map/blockmask.h"
#include "enums/resources/map/mapitemtype.h"
#include "gui/userpalette.h"