Add missing include. (#9403)

This commit is contained in:
Patrick Klein 2023-05-07 21:56:27 +01:00 committed by Patrick Sean Klein
parent 7a015f0666
commit f210328bcd
No known key found for this signature in database
GPG Key ID: B6D50F39A56F6906
2 changed files with 2 additions and 1 deletions

View File

@ -26,6 +26,7 @@
#include <botan/dh.h> #include <botan/dh.h>
#ifdef WITH_XC_BOTAN3 #ifdef WITH_XC_BOTAN3
#include <botan/dl_group.h>
#include <botan/pubkey.h> #include <botan/pubkey.h>
#else #else
#include <botan/pk_ops.h> #include <botan/pk_ops.h>