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