summaryrefslogtreecommitdiff
path: root/src/input/keyevent.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/input/keyevent.h')
-rw-r--r--src/input/keyevent.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/input/keyevent.h b/src/input/keyevent.h
index cb96f45c9..eaed82376 100644
--- a/src/input/keyevent.h
+++ b/src/input/keyevent.h
@@ -24,6 +24,10 @@
#include <guichan/key.hpp>
#include <guichan/keyevent.hpp>
+#include <string>
+
+#include "localconsts.h"
+
class KeyEvent final : public gcn::KeyEvent
{
public: