summaryrefslogtreecommitdiff
path: root/src/gui/inttextbox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/inttextbox.cpp')
-rw-r--r--src/gui/inttextbox.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/inttextbox.cpp b/src/gui/inttextbox.cpp
index 781fb580..1f26433d 100644
--- a/src/gui/inttextbox.cpp
+++ b/src/gui/inttextbox.cpp
@@ -25,6 +25,8 @@
#include <sstream>
+#include <guichan/key.hpp>
+
IntTextBox::IntTextBox():
value(0)
{