summaryrefslogtreecommitdiff
path: root/src/tileset.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-08-14 20:37:36 +0300
committerAndrei Karas <akaras@inbox.ru>2012-08-14 22:26:28 +0300
commitc3b8f951d6e16dfb48cb71bd7ad3d7c43ea56c0a (patch)
tree9963b756c78012cc4c14f935d9e67ff21a1fd232 /src/tileset.h
parentb37522537cd7049e82172fbae87b4c240f80b07a (diff)
downloadplus-c3b8f951d6e16dfb48cb71bd7ad3d7c43ea56c0a.tar.gz
plus-c3b8f951d6e16dfb48cb71bd7ad3d7c43ea56c0a.tar.bz2
plus-c3b8f951d6e16dfb48cb71bd7ad3d7c43ea56c0a.tar.xz
plus-c3b8f951d6e16dfb48cb71bd7ad3d7c43ea56c0a.zip
Fix code style.
Diffstat (limited to 'src/tileset.h')
-rw-r--r--src/tileset.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tileset.h b/src/tileset.h
index 5c21e8835..f60e95266 100644
--- a/src/tileset.h
+++ b/src/tileset.h
@@ -25,6 +25,8 @@
#include "resources/imageset.h"
+#include <map>
+
/**
* A tileset, which is basically just an image set but it stores a firstgid.
*/