Fix mingw build issue

This commit is contained in:
2022-01-03 09:12:20 +08:00
parent 49ae127b16
commit 1862294176

View File

@@ -3,6 +3,7 @@
#include <list>
#include <malloc.h>
#include <stddef.h>
#include <string.h>
template <typename T>
struct LinkedList {
T d;