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