diff options
Diffstat (limited to 'src/map.h')
-rw-r--r-- | src/map.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -23,11 +23,12 @@ #ifndef MAP_H #define MAP_H -#include "actor.h" #include "configlistener.h" #include "position.h" #include "properties.h" +#include "being/actor.h" + #include <string> #include <vector> |