summaryrefslogtreecommitdiffhomepage
path: root/dev/lib/core/chunk_string.hpp
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-11-20 09:34:21 -0500
committerAmlal El Mahrouss <amlal@nekernel.org>2025-11-20 09:34:21 -0500
commitbb9af1fde25f5c2b4feeaa474392797ae5c4599d (patch)
treeb9a3228913de5872bf411d1dfc4fc1e3a1f2df4d /dev/lib/core/chunk_string.hpp
parent3bc2fca2c9beff13586b8bf3089ce439acb09de1 (diff)
feat: ChunkString: Linux fixes and improved unit test.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'dev/lib/core/chunk_string.hpp')
-rw-r--r--dev/lib/core/chunk_string.hpp1
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
{