aboutsummaryrefslogtreecommitdiffstats
path: root/src/crc32.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/crc32.cpp')
-rw-r--r--src/crc32.cpp2
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 {