diff options
Diffstat (limited to 'src/gui/textbox.cpp')
-rw-r--r-- | src/gui/textbox.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/textbox.cpp b/src/gui/textbox.cpp index 06ee3598..315e0c0b 100644 --- a/src/gui/textbox.cpp +++ b/src/gui/textbox.cpp @@ -22,8 +22,11 @@ */ #include "textbox.h" + #include <sstream> +#include <guichan/basiccontainer.hpp> + TextBox::TextBox(): gcn::TextBox() { |