From c62d8578cc50f20fe65624afdf642c1763b3547d Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Wed, 10 Dec 2025 19:51:51 +0100 Subject: feat: new `smart_ptr.hpp` API, new `smart_socket.hpp` API. Signed-off-by: Amlal El Mahrouss --- examples/hash_crc32_example/example.cc | 1 + 1 file changed, 1 insertion(+) (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 bd27662..fa72909 100644 --- a/examples/hash_crc32_example/example.cc +++ b/examples/hash_crc32_example/example.cc @@ -1,5 +1,6 @@ #include #include +#include int main(int argc, char** argv) { -- cgit v1.2.3