From 7e7f482590f37ee66831cb69f993eb42719e7b1c Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Wed, 20 Nov 2013 14:06:32 +0100 Subject: [PATCH] SinglyLinkedList: Missing include --- headers/private/kernel/util/SinglyLinkedList.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/headers/private/kernel/util/SinglyLinkedList.h b/headers/private/kernel/util/SinglyLinkedList.h index ed13417178..9598a83d97 100644 --- a/headers/private/kernel/util/SinglyLinkedList.h +++ b/headers/private/kernel/util/SinglyLinkedList.h @@ -8,6 +8,9 @@ #define KERNEL_UTIL_SINGLY_LINKED_LIST_H +#include + + #ifdef __cplusplus // SinglyLinkedListLink