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