add header for working memleak check
[vuplus_dvbapp] / lib / base / eptrlist.h
index ea7e285..7e7a45a 100644 (file)
@@ -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*>