diff options
Diffstat (limited to 'src/sha_64.cpp')
-rw-r--r-- | src/sha_64.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sha_64.cpp b/src/sha_64.cpp index 233071e21..6cdf88433 100644 --- a/src/sha_64.cpp +++ b/src/sha_64.cpp @@ -4,6 +4,7 @@ *************************************************/ #include <botan/sha_64.h> +#include <botan/loadstor.h> #include <botan/bit_ops.h> namespace Botan { |