Skip to content

Commit 19de062

Browse files
author
Markus Theil
committed
fix build with Botan 3.11.0
Signed-off-by: Markus Theil <[email protected]>
1 parent c1c30ef commit 19de062

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)