diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-11-08 15:53:28 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-11-08 15:53:28 +0000 |
| commit | ff008af237bba3e58012f637cbe8996f4450f031 (patch) | |
| tree | b5106244cdfc4c03622a9aebabd5b019f1916189 /lib | |
| parent | 3f34d8c58420453e2158909cf7bf3730df6bf218 (diff) | |
| download | enigma2-ff008af237bba3e58012f637cbe8996f4450f031.tar.gz enigma2-ff008af237bba3e58012f637cbe8996f4450f031.zip | |
add header for working memleak check
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/base/eptrlist.h | 1 | ||||
| -rw-r--r-- | 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 ea7e285c..7e7a45a2 100644 --- a/lib/base/eptrlist.h +++ b/lib/base/eptrlist.h @@ -5,6 +5,7 @@ #include <vector> #include <algorithm> #include <lib/base/smartptr.h> +#include <lib/base/eerror.h> template <class T> class ePtrList : public std::list<T*> diff --git a/lib/base/object.h b/lib/base/object.h index 7f823223..ea08a771 100644 --- a/lib/base/object.h +++ b/lib/base/object.h @@ -7,9 +7,7 @@ //#define OBJECT_DEBUG -#ifdef OBJECT_DEBUG - #include <lib/base/eerror.h> -#endif +#include <lib/base/eerror.h> typedef int RESULT; |
