diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-11-02 15:55:58 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-11-02 15:55:58 +0100 |
commit | 5e4dd0c0197f6273c61491a5b9a030c93f796a12 (patch) | |
tree | 390fc6d980cc49927523befb43d189c608452276 /backend/PtrList.hpp | |
parent | 369e3d71aa79783d95166739cfa93a480defe6ea (diff) |
add some tests
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() { |