summaryrefslogtreecommitdiff
path: root/src/maplayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/maplayer.h')
-rw-r--r--src/maplayer.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/maplayer.h b/src/maplayer.h
index b36ab0cc7..d20531e98 100644
--- a/src/maplayer.h
+++ b/src/maplayer.h
@@ -23,11 +23,12 @@
#ifndef MAPLAYER_H
#define MAPLAYER_H
-#include "actor.h"
#include "configlistener.h"
#include "position.h"
#include "main.h"
+#include "being/actor.h"
+
#include <string>
#include <vector>