List.h改名为ArrayList

This commit is contained in:
2025-04-23 03:22:49 +08:00
parent 5b09bec024
commit 5f6aa10d7c
5 changed files with 5 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
#include<time.h>
#include<hgl/type/DataType.h>
#include<hgl/type/SeriesPool.h>
#include<hgl/type/List.h>
#include<hgl/type/ArrayList.h>
#include<random>
using namespace std;