Skip to content

Commit 4350c09

Browse files
Update LinkedList.h
1 parent c479458 commit 4350c09

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

LinkedList.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
#define LINKED_LIST_HEADER
33

44
// A simple one way linked list that stores the head and tail of the list
5+
#include <stddef.h>
56

67
namespace Linked {
78
template <typename type>

0 commit comments

Comments
 (0)