From d2c42029b98c665725768b891aa877eb3267664f Mon Sep 17 00:00:00 2001
From: Andrei Karas <akaras@inbox.ru>
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/net/ea/adminhandler.cpp   | 2 ++
 src/net/ea/beinghandler.cpp   | 2 ++
 src/net/ea/buysellhandler.cpp | 2 ++
 3 files changed, 6 insertions(+)

(limited to 'src/net/ea')

diff --git a/src/net/ea/adminhandler.cpp b/src/net/ea/adminhandler.cpp
index 9dd525ae9..3554a9d9e 100644
--- a/src/net/ea/adminhandler.cpp
+++ b/src/net/ea/adminhandler.cpp
@@ -27,6 +27,8 @@
 
 #include <string>
 
+#include "debug.h"
+
 namespace Ea
 {
 
diff --git a/src/net/ea/beinghandler.cpp b/src/net/ea/beinghandler.cpp
index f59283e23..6875a067e 100644
--- a/src/net/ea/beinghandler.cpp
+++ b/src/net/ea/beinghandler.cpp
@@ -51,6 +51,8 @@
 
 #include <iostream>
 
+#include "debug.h"
+
 namespace Ea
 {
 const int EMOTION_TIME = 500;    /**< Duration of emotion icon */
diff --git a/src/net/ea/buysellhandler.cpp b/src/net/ea/buysellhandler.cpp
index 2ee586c92..685562d6f 100644
--- a/src/net/ea/buysellhandler.cpp
+++ b/src/net/ea/buysellhandler.cpp
@@ -44,6 +44,8 @@
 
 #include "utils/gettext.h"
 
+#include "debug.h"
+
 namespace Ea
 {
 
-- 
cgit v1.2.3-70-g09d2