summaryrefslogtreecommitdiff
path: root/src/guichan/widgets/textbox.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/widgets/textbox.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/widgets/textbox.cpp')
-rw-r--r--src/guichan/widgets/textbox.cpp2
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()