aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/include/containers/List.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/containers/List.hpp b/src/include/containers/List.hpp
index 5c0ba59fd..13cbda938 100644
--- a/src/include/containers/List.hpp
+++ b/src/include/containers/List.hpp
@@ -38,7 +38,6 @@
*/
#pragma once
-#include <cstddef>
template<class T>
class __EXPORT ListNode