diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2014-12-26 22:38:07 +0100 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2014-12-26 22:38:07 +0100 |
commit | 2453bcdcc11a371baafaa94f30685e71ddd56638 (patch) | |
tree | 0b385e36818faea48a364baa342339ad720c0e40 /src/model/Map.hpp | |
parent | 1b250f668bf31bdfc9d4e7975daa23f3474c298a (diff) | |
download | rpgedit-2453bcdcc11a371baafaa94f30685e71ddd56638.tar rpgedit-2453bcdcc11a371baafaa94f30685e71ddd56638.zip |
Cleanup some includes
Diffstat (limited to 'src/model/Map.hpp')
-rw-r--r-- | src/model/Map.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/model/Map.hpp b/src/model/Map.hpp index ed58fd6..20b13a3 100644 --- a/src/model/Map.hpp +++ b/src/model/Map.hpp @@ -35,6 +35,7 @@ #include "CollisionType.hpp" #include "Entity.hpp" +#include "Position.hpp" namespace RPGEdit { |