diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-18 09:18:08 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-18 09:18:08 +0100 |
| commit | 3c5f5b01ba02974b172e6180aeda6eb7cdf0f91e (patch) | |
| tree | 9a6141cd464b8f6bf1e4491c3b08ed7f8fe7ed8f /dev/lib/core | |
| parent | 9eec329ebdf4cf079619edb58dbcd78ce42b8626 (diff) | |
fix: chunk_string: include print.hpp
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 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 { |
