summaryrefslogtreecommitdiff
path: root/src/guichan/widgets/scrollarea.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/scrollarea.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/scrollarea.cpp')
-rw-r--r--src/guichan/widgets/scrollarea.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/guichan/widgets/scrollarea.cpp b/src/guichan/widgets/scrollarea.cpp
index 2e853caa4..f40ba5b87 100644
--- a/src/guichan/widgets/scrollarea.cpp
+++ b/src/guichan/widgets/scrollarea.cpp
@@ -50,6 +50,8 @@
#include "guichan/exception.hpp"
#include "guichan/graphics.hpp"
+#include "debug.h"
+
namespace gcn
{
ScrollArea::ScrollArea()