diff options
| author | Mistivia <i@mistivia.com> | 2025-06-17 07:25:04 +0800 |
|---|---|---|
| committer | Mistivia <i@mistivia.com> | 2025-06-17 07:25:04 +0800 |
| commit | b8e8f46f58136464c4fdd0aa37578f2313f0bd93 (patch) | |
| tree | be4fef8a05819f75e15c2b346e64d01cf0bfa2fc /src | |
| parent | 5339475c56c5b2369d4550c6508e1a71865e0298 (diff) | |
fix makefile, add header for vec.h
Diffstat (limited to 'src')
| -rw-r--r-- | src/vec.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ #define ALGDS_VEC_H_ #include <stdlib.h> +#include <string.h> #include <stdio.h> #include "type_alias.h" |
