aboutsummaryrefslogtreecommitdiff
path: root/backend/ListIterator.h
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-10-29 23:34:10 +0100
committerLoek Le Blansch <loek@pipeframe.xyz>2024-10-29 23:34:10 +0100
commitb848109e8c70ee00b433ff8f5fde3657c85e7487 (patch)
treecfaafd7797d77a9ad1d47fb69df6faca34756d21 /backend/ListIterator.h
parent5c34847218e8d754447f5cf71ed595bbb412eee7 (diff)
check
Diffstat (limited to 'backend/ListIterator.h')
-rw-r--r--backend/ListIterator.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/backend/ListIterator.h b/backend/ListIterator.h
index aa78931..5e4774b 100644
--- a/backend/ListIterator.h
+++ b/backend/ListIterator.h
@@ -1,7 +1,8 @@
#pragma once
#include "backend/List.h"
-#include <cstddef>
+
+#include <stddef.h>
template <typename T>
class List;