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