diff options
Diffstat (limited to 'backend/PtrList.hpp')
-rw-r--r-- | backend/PtrList.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/backend/PtrList.hpp b/backend/PtrList.hpp index cbfd6e0..6969533 100644 --- a/backend/PtrList.hpp +++ b/backend/PtrList.hpp @@ -1,6 +1,7 @@ #pragma once #include "PtrList.h" +#include "ListIterator.h" template <typename T> PtrList<T>::~PtrList() { |