From d2c42029b98c665725768b891aa877eb3267664f Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 24 May 2011 00:38:44 +0300 Subject: Add simple memory leak detector. Can be enabled by configure option -enable-memdebug=yes. Known issue: not all memory allocations hooked with it. --- src/textcommand.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/textcommand.cpp') diff --git a/src/textcommand.cpp b/src/textcommand.cpp index 402aef5c5..836b3c653 100644 --- a/src/textcommand.cpp +++ b/src/textcommand.cpp @@ -28,6 +28,8 @@ #include "resources/iteminfo.h" #include "resources/resourcemanager.h" +#include "debug.h" + TextCommand::TextCommand(unsigned int id, std::string symbol, std::string command, SpellTarget type, std::string icon, unsigned int basicLvl, -- cgit v1.2.3-70-g09d2