diff options
| -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; |
