diff options
author | Jack Lloyd <[email protected]> | 2019-09-08 10:22:09 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2019-09-08 10:22:09 -0400 |
commit | 63e8dc8a6aade2ce3c32b095b36de5839a30444f (patch) | |
tree | 06ea55071183d537f84046894f799b2fc571ff0b /src/lib/hash/whirlpool/whirlpool.cpp | |
parent | a25821cb4c277d2913520e70203cebb8c6fd85cb (diff) | |
parent | 7f412dde77c7fbd3d8857e9c42aa71ba1ca2de2f (diff) |
Merge GH #2061 Add header deprecation warnings
Diffstat (limited to 'src/lib/hash/whirlpool/whirlpool.cpp')
-rw-r--r-- | src/lib/hash/whirlpool/whirlpool.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/hash/whirlpool/whirlpool.cpp b/src/lib/hash/whirlpool/whirlpool.cpp index f78cc7572..e1ffa4f20 100644 --- a/src/lib/hash/whirlpool/whirlpool.cpp +++ b/src/lib/hash/whirlpool/whirlpool.cpp @@ -6,6 +6,7 @@ */ #include <botan/whrlpool.h> +#include <botan/loadstor.h> namespace Botan { |