From 1b96dc37eeb632852440ddb00e7c1378e2847069 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Vejpustek?= Date: Tue, 24 Sep 2024 14:48:23 +0200 Subject: [PATCH] refactor(crypto): add missing includes --- crypto/blake2_common.h | 1 + crypto/groestl.h | 1 + 2 files changed, 2 insertions(+) diff --git a/crypto/blake2_common.h b/crypto/blake2_common.h index 39cefd72c19..6b8f5145e2b 100644 --- a/crypto/blake2_common.h +++ b/crypto/blake2_common.h @@ -1,4 +1,5 @@ +#include #include "byte_order.h" static inline uint32_t load32(const void *src) { diff --git a/crypto/groestl.h b/crypto/groestl.h index 06de5724e8f..c8f35de859f 100644 --- a/crypto/groestl.h +++ b/crypto/groestl.h @@ -37,6 +37,7 @@ #define GROESTL_H__ #include +#include /** * This structure is a context for Groestl-512 computation: