Fix #includes: Add <cstring> for strlen()
All checks were successful
ChaosBenchmark CI / build-and-benchmark (push) Successful in 57s
ChaosTest CI / build-and-test (push) Successful in 54s

This commit is contained in:
hashlag
2026-01-25 17:35:53 +03:00
parent 3e7a0f3e53
commit ff57cd0d31

View File

@@ -1,4 +1,5 @@
#include <benchmark/benchmark.h> #include <benchmark/benchmark.h>
#include <cstring>
#include <Hash/Md4.hpp> #include <Hash/Md4.hpp>