diff options
Diffstat (limited to 'src/gui/textbox.cpp')
-rw-r--r-- | src/gui/textbox.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/textbox.cpp b/src/gui/textbox.cpp index 315e0c0b..329813e5 100644 --- a/src/gui/textbox.cpp +++ b/src/gui/textbox.cpp @@ -26,6 +26,7 @@ #include <sstream> #include <guichan/basiccontainer.hpp> +#include <guichan/font.hpp> TextBox::TextBox(): gcn::TextBox() |