summaryrefslogtreecommitdiff
path: root/src/net
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-05-24 18:01:15 +0300
committerAndrei Karas <akaras@inbox.ru>2015-05-24 18:01:15 +0300
commit2db3122516fc742e3a0a694a4fdc647fbb4ed90a (patch)
tree5c8afa48f2fca125bfeda2778a9598e0bc92127c /src/net
parente04f5805bdc7af8c297fd5b458836c63314341e1 (diff)
downloadplus-2db3122516fc742e3a0a694a4fdc647fbb4ed90a.tar.gz
plus-2db3122516fc742e3a0a694a4fdc647fbb4ed90a.tar.bz2
plus-2db3122516fc742e3a0a694a4fdc647fbb4ed90a.tar.xz
plus-2db3122516fc742e3a0a694a4fdc647fbb4ed90a.zip
Move type Keep into separate file.
Diffstat (limited to 'src/net')
-rw-r--r--src/net/homunculushandler.h1
-rw-r--r--src/net/mercenaryhandler.h1
-rw-r--r--src/net/playerhandler.h1
3 files changed, 3 insertions, 0 deletions
diff --git a/src/net/homunculushandler.h b/src/net/homunculushandler.h
index d26fc7b5d..62e8615f3 100644
--- a/src/net/homunculushandler.h
+++ b/src/net/homunculushandler.h
@@ -23,6 +23,7 @@
#ifdef EATHENA_SUPPORT
+#include "enums/simpletypes/keep.h"
#include "enums/simpletypes/simpletypes.h"
#include <string>
diff --git a/src/net/mercenaryhandler.h b/src/net/mercenaryhandler.h
index 1abd48aec..a61313c37 100644
--- a/src/net/mercenaryhandler.h
+++ b/src/net/mercenaryhandler.h
@@ -23,6 +23,7 @@
#ifdef EATHENA_SUPPORT
+#include "enums/simpletypes/keep.h"
#include "enums/simpletypes/simpletypes.h"
#include <string>
diff --git a/src/net/playerhandler.h b/src/net/playerhandler.h
index 657791340..44001e7c4 100644
--- a/src/net/playerhandler.h
+++ b/src/net/playerhandler.h
@@ -27,6 +27,7 @@
#include "enums/being/beingaction.h"
+#include "enums/simpletypes/keep.h"
#include "enums/simpletypes/notify.h"
#include "net/messagein.h"