diff options
Diffstat (limited to 'src/spellmanager.cpp')
-rw-r--r-- | src/spellmanager.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/spellmanager.cpp b/src/spellmanager.cpp index 257ae3e35..f24adb777 100644 --- a/src/spellmanager.cpp +++ b/src/spellmanager.cpp @@ -26,7 +26,9 @@ #include "textcommand.h" #include "being/localplayer.h" +#ifdef TMWA_SUPPORT #include "being/playerinfo.h" +#endif // TMWA_SUPPORT #include "const/spells.h" |