diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-20 09:34:21 -0500 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-20 09:34:21 -0500 |
| commit | bb9af1fde25f5c2b4feeaa474392797ae5c4599d (patch) | |
| tree | b9a3228913de5872bf411d1dfc4fc1e3a1f2df4d /dev/lib/core | |
| parent | 3bc2fca2c9beff13586b8bf3089ce439acb09de1 (diff) | |
feat: ChunkString: Linux fixes and improved unit test.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'dev/lib/core')
| -rw-r--r-- | dev/lib/core/chunk_string.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev/lib/core/chunk_string.hpp b/dev/lib/core/chunk_string.hpp index 7e5360c..0ecc73e 100644 --- a/dev/lib/core/chunk_string.hpp +++ b/dev/lib/core/chunk_string.hpp @@ -10,6 +10,7 @@ #include <lib/core/includes.hpp> #include <lib/io/print.hpp> +#include <cstring> namespace ocl { |
