diff options
Diffstat (limited to 'src/spellmanager.cpp')
-rw-r--r-- | src/spellmanager.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/spellmanager.cpp b/src/spellmanager.cpp index 90494a7d1..12ba4a422 100644 --- a/src/spellmanager.cpp +++ b/src/spellmanager.cpp @@ -27,8 +27,6 @@ #include "being/localplayer.h" #include "being/playerinfo.h" -#include "enums/being/attributes.h" - #include "gui/windows/chatwindow.h" #include "net/playerhandler.h" @@ -37,6 +35,8 @@ #include "utils/dtor.h" +#include <sstream> + #include "debug.h" SpellManager *spellManager = nullptr; |