diff options
Diffstat (limited to 'src/being')
-rw-r--r-- | src/being/localplayer.h | 2 | ||||
-rw-r--r-- | src/being/playerinfo.h | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/src/being/localplayer.h b/src/being/localplayer.h index 2ada30488..727ce5d6b 100644 --- a/src/being/localplayer.h +++ b/src/being/localplayer.h @@ -27,6 +27,8 @@ #include "enums/being/pickup.h" +#include "enums/simpletypes/keep.h" + #include "gui/userpalette.h" #include "listeners/actorspritelistener.h" diff --git a/src/being/playerinfo.h b/src/being/playerinfo.h index b60757931..35436d694 100644 --- a/src/being/playerinfo.h +++ b/src/being/playerinfo.h @@ -27,6 +27,7 @@ #include "enums/guildpositionflags.h" #include "enums/state.h" +#include "enums/simpletypes/keep.h" #include "enums/simpletypes/notify.h" #include "enums/simpletypes/sfx.h" #include "enums/simpletypes/simpletypes.h" |