summaryrefslogtreecommitdiff
path: root/src/guichan/font.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-06-02 03:24:03 +0300
committerAndrei Karas <akaras@inbox.ru>2011-06-02 03:24:03 +0300
commit6b83725f3acf5a1e4dd08f4f243609fc66a38c22 (patch)
tree557fb43803ce601f479de524e4b649b56213ebb3 /src/guichan/font.cpp
parent205b331825d2d100a442d2d0399d477850d395d3 (diff)
downloadplus-6b83725f3acf5a1e4dd08f4f243609fc66a38c22.tar.gz
plus-6b83725f3acf5a1e4dd08f4f243609fc66a38c22.tar.bz2
plus-6b83725f3acf5a1e4dd08f4f243609fc66a38c22.tar.xz
plus-6b83725f3acf5a1e4dd08f4f243609fc66a38c22.zip
Add leak detector to guichan files.
Diffstat (limited to 'src/guichan/font.cpp')
-rw-r--r--src/guichan/font.cpp2
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