mirror of
https://github.com/justinian/jsix.git
synced 2025-12-10 08:24:32 -08:00
Fixing #include error in linked_list.h
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#pragma once
|
||||
/// \file linked_list.h
|
||||
/// A generic templatized linked list.
|
||||
#include <stddef.h>
|
||||
|
||||
namespace kutil {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user