diff options
Diffstat (limited to 'src/guichan/widgets/textbox.cpp')
-rw-r--r-- | src/guichan/widgets/textbox.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/guichan/widgets/textbox.cpp b/src/guichan/widgets/textbox.cpp index 55858f7c5..35fbf5437 100644 --- a/src/guichan/widgets/textbox.cpp +++ b/src/guichan/widgets/textbox.cpp @@ -53,6 +53,8 @@ #include "guichan/key.hpp" #include "guichan/mouseinput.hpp" +#include "debug.h" + namespace gcn { TextBox::TextBox() |