summaryrefslogtreecommitdiff
path: root/src/net/charserverhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/charserverhandler.h')
-rw-r--r--src/net/charserverhandler.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/net/charserverhandler.h b/src/net/charserverhandler.h
index 26bfb4ba3..e212ea432 100644
--- a/src/net/charserverhandler.h
+++ b/src/net/charserverhandler.h
@@ -23,10 +23,15 @@
#ifndef NET_CHARSERVERHANDLER_H
#define NET_CHARSERVERHANDLER_H
-#include "being/localplayer.h"
+#include "enums/being/gender.h"
+
+#include "enums/simpletypes/beingid.h"
#include "net/characters.h"
+#include <string>
+#include <vector>
+
class CharCreateDialog;
class CharSelectDialog;