From 2a60676b145280db364bfc048bce30b1ca64fa1e Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Mon, 1 Dec 2025 02:36:49 -0500 Subject: chore: source level patches of examples, library cleanup, and crc improvements. Signed-off-by: Amlal El Mahrouss --- examples/hash_crc32_example/example.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/hash_crc32_example/example.cc') diff --git a/examples/hash_crc32_example/example.cc b/examples/hash_crc32_example/example.cc index 3f635de..dc4b3e3 100644 --- a/examples/hash_crc32_example/example.cc +++ b/examples/hash_crc32_example/example.cc @@ -1,11 +1,11 @@ -#include +#include #include int main(int argc, char** argv) { if (argc != 2) return 1; - std::hash hash{}; + std::hash hash{}; ocl::io::print(hash(argv[1])); return 0; -- cgit v1.2.3