mirror of
https://github.com/lifegpc/c-utils.git
synced 2026-06-07 21:58:46 +08:00
Fix mingw build issue
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
#include <list>
|
||||
#include <malloc.h>
|
||||
#include <stddef.h>
|
||||
#include <string.h>
|
||||
template <typename T>
|
||||
struct LinkedList {
|
||||
T d;
|
||||
|
||||
Reference in New Issue
Block a user