aboutsummaryrefslogtreecommitdiffstats
path: root/src/rc5.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/rc5.cpp')
-rw-r--r--src/rc5.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rc5.cpp b/src/rc5.cpp
index 3e87dc8ab..00d72f486 100644
--- a/src/rc5.cpp
+++ b/src/rc5.cpp
@@ -4,6 +4,7 @@
*************************************************/
#include <botan/rc5.h>
+#include <botan/loadstor.h>
#include <botan/bit_ops.h>
#include <botan/parsing.h>
#include <algorithm>