From 5e4dd0c0197f6273c61491a5b9a030c93f796a12 Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Sat, 2 Nov 2024 15:55:58 +0100 Subject: add some tests --- backend/PtrList.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'backend/PtrList.hpp') 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 PtrList::~PtrList() { -- cgit v1.2.3