diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-01 02:36:49 -0500 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-01 02:36:49 -0500 |
| commit | 2a60676b145280db364bfc048bce30b1ca64fa1e (patch) | |
| tree | 3a48c80f984512ddf185e04150937ae434fda5de /include/ocl/fix | |
| parent | 3603b96c3cda0296fc64a591c375d007554bc579 (diff) | |
chore: source level patches of examples, library cleanup, and crc improvements.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'include/ocl/fix')
| -rw-r--r-- | include/ocl/fix/parser.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ocl/fix/parser.hpp b/include/ocl/fix/parser.hpp index 60a4f9a..9809bd5 100644 --- a/include/ocl/fix/parser.hpp +++ b/include/ocl/fix/parser.hpp @@ -9,7 +9,7 @@ #define _OCL_FIX_PARSER_HPP #include <core/config.hpp> -#include <hashing/hash.hpp> +#include <hashing/crc_hash.hpp> #include <io/print.hpp> #include <algorithm> #include <string> |
