diff options
Diffstat (limited to 'src/guichan/font.cpp')
-rw-r--r-- | src/guichan/font.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/guichan/font.cpp b/src/guichan/font.cpp index aa5924832..83b3727e3 100644 --- a/src/guichan/font.cpp +++ b/src/guichan/font.cpp @@ -49,6 +49,8 @@ #include <string> +#include "debug.h" + namespace gcn { int Font::getStringIndexAt(const std::string& text, int x) const |