diff options
Diffstat (limited to 'src/spellmanager.h')
-rw-r--r-- | src/spellmanager.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/spellmanager.h b/src/spellmanager.h index d2320e8a1..db4abff1c 100644 --- a/src/spellmanager.h +++ b/src/spellmanager.h @@ -25,9 +25,10 @@ #include <string> #include <vector> + #include "textcommand.h" -#include "being.h" +#include "being/being.h" const int SPELL_MIN_ID = 100000; const unsigned int SPELL_SHORTCUT_ITEMS = 49; |