summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-11-18 09:18:08 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2025-11-18 09:18:08 +0100
commit3c5f5b01ba02974b172e6180aeda6eb7cdf0f91e (patch)
tree9a6141cd464b8f6bf1e4491c3b08ed7f8fe7ed8f
parent9eec329ebdf4cf079619edb58dbcd78ce42b8626 (diff)
fix: chunk_string: include print.hpp
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
-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 4fe5cc2..c99bfc8 100644
--- a/dev/lib/core/chunk_string.hpp
+++ b/dev/lib/core/chunk_string.hpp
@@ -9,6 +9,7 @@
#define OCL_UTILITY_CHUNK_STRING_HPP
#include <lib/core/includes.hpp>
+#include <lib/io/print.hpp>
namespace ocl
{