summaryrefslogtreecommitdiff
path: root/src/resources
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-08-09 16:09:37 +0300
committerAndrei Karas <akaras@inbox.ru>2016-08-09 16:09:37 +0300
commit1fe5aff1f892886b5362f0921b5c047c1896daa5 (patch)
tree7d357997d0a2b0494286aad83bb54bca0079b83b /src/resources
parent451e5fbbf6a3ee7077caf31a45a37945c3a9ecf7 (diff)
downloadplus-1fe5aff1f892886b5362f0921b5c047c1896daa5.tar.gz
plus-1fe5aff1f892886b5362f0921b5c047c1896daa5.tar.bz2
plus-1fe5aff1f892886b5362f0921b5c047c1896daa5.tar.xz
plus-1fe5aff1f892886b5362f0921b5c047c1896daa5.zip
Add missing include into mapobject.h
Diffstat (limited to 'src/resources')
-rw-r--r--src/resources/map/mapobject.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/resources/map/mapobject.h b/src/resources/map/mapobject.h
index 8923d5df6..78df2e7db 100644
--- a/src/resources/map/mapobject.h
+++ b/src/resources/map/mapobject.h
@@ -25,6 +25,8 @@
#include <string>
+#include "localconsts.h"
+
class MapObject final
{
public: