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