diff options
Diffstat (limited to 'src/spellshortcut.cpp')
-rw-r--r-- | src/spellshortcut.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/spellshortcut.cpp b/src/spellshortcut.cpp index 4330b395f..c0afd2b20 100644 --- a/src/spellshortcut.cpp +++ b/src/spellshortcut.cpp @@ -22,6 +22,10 @@ #include "spellshortcut.h" +#include "spellmanager.h" + +#include "const/spells.h" + #include "debug.h" SpellShortcut *spellShortcut = nullptr; |