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