diff options
Diffstat (limited to 'src/spellshortcut.cpp')
-rw-r--r-- | src/spellshortcut.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/spellshortcut.cpp b/src/spellshortcut.cpp index ffcc4ca49..fa76d2fd1 100644 --- a/src/spellshortcut.cpp +++ b/src/spellshortcut.cpp @@ -25,7 +25,8 @@ #include "configuration.h" #include "inventory.h" #include "item.h" -#include "localplayer.h" + +#include "being/localplayer.h" #include "gui/widgets/chattab.h" |