Skip to content

Commit 919dfd0

Browse files
authored
Merge pull request #10 from DongDongBan/patch-header-ex22
为Ex22添加缺少的头文件<cstring>
2 parents 904dff0 + 86ab037 commit 919dfd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/22_class_template/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#include "../exercise.h"
2-
2+
#include <cstring>
33
// READ: 类模板 <https://zh.cppreference.com/w/cpp/language/class_template>
44

55
template<class T>

0 commit comments

Comments
 (0)