Skip to content

Commit b5fe948

Browse files
authored
Merge pull request #3500 from thillux/mtheil/botan-3.11 (#3501)
fix build with Botan 3.11.0
2 parents c1c30ef + 19de062 commit b5fe948

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libraries/botan/botanwrapper.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#ifdef USE_SYSTEM_BOTAN
66
#include <botan/base64.h>
77
#include <botan/cipher_mode.h>
8+
#include <botan/exceptn.h>
89
#include <botan/hash.h>
910
#include <botan/kdf.h>
1011
#include <botan/pbkdf.h>

0 commit comments

Comments
 (0)