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