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