From ff008af237bba3e58012f637cbe8996f4450f031 Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Wed, 8 Nov 2006 15:53:28 +0000 Subject: [PATCH] add header for working memleak check --- lib/base/eptrlist.h | 1 + lib/base/object.h | 4 +--- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/base/eptrlist.h b/lib/base/eptrlist.h index ea7e285..7e7a45a 100644 --- a/lib/base/eptrlist.h +++ b/lib/base/eptrlist.h @@ -5,6 +5,7 @@ #include #include #include +#include template class ePtrList : public std::list diff --git a/lib/base/object.h b/lib/base/object.h index 7f82322..ea08a77 100644 --- a/lib/base/object.h +++ b/lib/base/object.h @@ -7,9 +7,7 @@ //#define OBJECT_DEBUG -#ifdef OBJECT_DEBUG - #include -#endif +#include typedef int RESULT; -- 2.7.4