summaryrefslogtreecommitdiff
path: root/src/map.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map.h')
-rw-r--r--src/map.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/map.h b/src/map.h
index e14b3c18d..2a954b7c4 100644
--- a/src/map.h
+++ b/src/map.h
@@ -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>