summaryrefslogtreecommitdiffhomepage
path: root/include/ocl/fix
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-12-01 02:36:49 -0500
committerAmlal El Mahrouss <amlal@nekernel.org>2025-12-01 02:36:49 -0500
commit2a60676b145280db364bfc048bce30b1ca64fa1e (patch)
tree3a48c80f984512ddf185e04150937ae434fda5de /include/ocl/fix
parent3603b96c3cda0296fc64a591c375d007554bc579 (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.hpp2
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>