summaryrefslogtreecommitdiff
path: root/src/gui/chatinput.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/chatinput.h')
-rw-r--r--src/gui/chatinput.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gui/chatinput.h b/src/gui/chatinput.h
index 07144c5b..d98e120b 100644
--- a/src/gui/chatinput.h
+++ b/src/gui/chatinput.h
@@ -22,9 +22,11 @@
#ifndef CHATINPUT_H
#define CHATINPUT_H
+#include <guichan/focuslistener.hpp>
+
#include "textfield.h"
-#include <guichan/focuslistener.hpp>
+#include "../guichanfwd.h"
/**
* The chat input hides when it loses focus. It is also invisible by default.