summaryrefslogtreecommitdiffhomepage
path: root/examples
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-12-10 19:51:51 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2025-12-10 19:51:51 +0100
commitc62d8578cc50f20fe65624afdf642c1763b3547d (patch)
treef588e34d36921acf4818cdf246af18a97e63525e /examples
parentf7840112f468367feb9aee8cbc9146d74a1e87e0 (diff)
feat: new `smart_ptr.hpp` API, new `smart_socket.hpp` API.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'examples')
-rw-r--r--examples/hash_crc32_example/example.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/hash_crc32_example/example.cc b/examples/hash_crc32_example/example.cc
index bd27662..fa72909 100644
--- a/examples/hash_crc32_example/example.cc
+++ b/examples/hash_crc32_example/example.cc
@@ -1,5 +1,6 @@
#include <ocl/crc_hash.hpp>
#include <ocl/print.hpp>
+#include <ocl/smart_ptr.hpp>
int main(int argc, char** argv)
{