summaryrefslogtreecommitdiffhomepage
path: root/dev/examples
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-08-03 18:54:30 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2025-08-03 18:58:58 +0100
commit4b4d6299d28467b9c234e40004bae1d40b37b0dc (patch)
treea1d8b86f2a1a747200f8c97a43c46704b9869241 /dev/examples
parentd05275f76cf96d577d51ee937ba3aac3be8b2d03 (diff)
feat! rework crc32 module, and refactored other modules for future usages.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'dev/examples')
-rw-r--r--dev/examples/opt/opt.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev/examples/opt/opt.cc b/dev/examples/opt/opt.cc
index d1324e7..c1c2745 100644
--- a/dev/examples/opt/opt.cc
+++ b/dev/examples/opt/opt.cc
@@ -6,6 +6,7 @@
#include <lib/logic/opt.hpp>
#include <lib/io/print.hpp>
+#include <lib/utility/crc32.hpp>
#include <string>
static const char do_hash(const std::string& in)