diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-14 02:18:46 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-14 02:18:46 +0100 |
| commit | 2448ac2ef13d96e4ef3b7a9a15ef1cfdc2195831 (patch) | |
| tree | 55a4ab28858813722f926dc3a21ffdf7795aced6 /examples/hash_crc32_example/example.cc | |
| parent | 3b336edafad6fecbe41b9485d80cdd247ac70d0e (diff) | |
chore: `option.hpp` improvements, new examples in `examples`.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'examples/hash_crc32_example/example.cc')
| -rw-r--r-- | examples/hash_crc32_example/example.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/hash_crc32_example/example.cc b/examples/hash_crc32_example/example.cc index 258aedc..be6780f 100644 --- a/examples/hash_crc32_example/example.cc +++ b/examples/hash_crc32_example/example.cc @@ -1,6 +1,6 @@ #include <ocl/crc_hash.hpp> #include <ocl/print.hpp> -#include <ocl/smart_ptr.hpp> +#include <ocl/option.hpp> int main(int argc, char** argv) { |
