From a101a676b0f777b5805f3f470a9992c36b077e60 Mon Sep 17 00:00:00 2001 From: sowle Date: Mon, 3 Feb 2025 19:40:10 +0100 Subject: [PATCH] minor compilation fix --- tests/functional_tests/sha3.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/functional_tests/sha3.cpp b/tests/functional_tests/sha3.cpp index 537bb5ea..427c1e82 100644 --- a/tests/functional_tests/sha3.cpp +++ b/tests/functional_tests/sha3.cpp @@ -23,6 +23,7 @@ // SOFTWARE. #include #include +#include using namespace std; #ifndef KECCAKF_ROUNDS