diff options
Diffstat (limited to 'src/game.cpp')
-rw-r--r-- | src/game.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game.cpp b/src/game.cpp index 29c35a6dc..94bb4a8fd 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -41,6 +41,8 @@ #include "being/localplayer.h" #include "being/playerinfo.h" +#include "const/spells.h" + #include "enums/being/beingdirection.h" #include "particle/particle.h" |