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