From e85b8a1cf1624a9cbf3d719dd202ad57d43c2f4b Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Thu, 4 Dec 2025 06:14:14 -0500 Subject: chore: modularize OCL to OCL.core, upcoming OCL.fix 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') diff --git a/examples/hash_crc32_example/example.cc b/examples/hash_crc32_example/example.cc index cddebda..bd27662 100644 --- a/examples/hash_crc32_example/example.cc +++ b/examples/hash_crc32_example/example.cc @@ -1,5 +1,5 @@ -#include -#include +#include +#include int main(int argc, char** argv) { -- cgit v1.2.3