aboutsummaryrefslogtreecommitdiff
path: root/backend/PtrList.hpp
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-11-02 15:55:58 +0100
committerLoek Le Blansch <loek@pipeframe.xyz>2024-11-02 15:55:58 +0100
commit5e4dd0c0197f6273c61491a5b9a030c93f796a12 (patch)
tree390fc6d980cc49927523befb43d189c608452276 /backend/PtrList.hpp
parent369e3d71aa79783d95166739cfa93a480defe6ea (diff)
add some tests
Diffstat (limited to 'backend/PtrList.hpp')
-rw-r--r--backend/PtrList.hpp1
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() {