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