diff options
Diffstat (limited to 'src/lib/hash/sha3')
-rw-r--r-- | src/lib/hash/sha3/sha3.cpp | 1 | ||||
-rw-r--r-- | src/lib/hash/sha3/sha3.h | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/hash/sha3/sha3.cpp b/src/lib/hash/sha3/sha3.cpp index d01d33635..690c2b264 100644 --- a/src/lib/hash/sha3/sha3.cpp +++ b/src/lib/hash/sha3/sha3.cpp @@ -6,6 +6,7 @@ */ #include <botan/sha3.h> +#include <botan/loadstor.h> #include <botan/rotate.h> #include <botan/exceptn.h> #include <botan/cpuid.h> diff --git a/src/lib/hash/sha3/sha3.h b/src/lib/hash/sha3/sha3.h index 310468599..e290e60a2 100644 --- a/src/lib/hash/sha3/sha3.h +++ b/src/lib/hash/sha3/sha3.h @@ -12,6 +12,8 @@ #include <botan/secmem.h> #include <string> +BOTAN_FUTURE_INTERNAL_HEADER(sha3.h) + namespace Botan { /** |