summaryrefslogtreecommitdiff
path: root/src/gui/windows/charselectdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/windows/charselectdialog.h')
-rw-r--r--src/gui/windows/charselectdialog.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/gui/windows/charselectdialog.h b/src/gui/windows/charselectdialog.h
index 6827a78ea..39df750ac 100644
--- a/src/gui/windows/charselectdialog.h
+++ b/src/gui/windows/charselectdialog.h
@@ -23,9 +23,11 @@
#ifndef GUI_WINDOWS_CHARSELECTDIALOG_H
#define GUI_WINDOWS_CHARSELECTDIALOG_H
+#include "enums/simpletypes/beingid.h"
+
#include "gui/widgets/window.h"
-#include "net/charserverhandler.h"
+#include "net/characters.h"
#include "listeners/actionlistener.h"
#include "listeners/keylistener.h"
@@ -36,6 +38,11 @@ class CharacterViewBase;
class LoginData;
class TextDialog;
+namespace Net
+{
+ class CharServerHandler;
+}
+
/**
* Character selection dialog.
*