diff options
Diffstat (limited to 'src/lib/hash/sha2_64/sha2_64.cpp')
-rw-r--r-- | src/lib/hash/sha2_64/sha2_64.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/hash/sha2_64/sha2_64.cpp b/src/lib/hash/sha2_64/sha2_64.cpp index 45992e996..e614e6b28 100644 --- a/src/lib/hash/sha2_64/sha2_64.cpp +++ b/src/lib/hash/sha2_64/sha2_64.cpp @@ -6,6 +6,7 @@ */ #include <botan/sha2_64.h> +#include <botan/rotate.h> namespace Botan { |