Skip to content

Commit 86ab037

Browse files
committed
add missing header file <cstring> for exercise 22
1 parent 904dff0 commit 86ab037

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)