diff options
Diffstat (limited to 'backend/ListIterator.h')
-rw-r--r-- | backend/ListIterator.h | 3 |
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; |