diff options
Diffstat (limited to 'src/lib/pubkey/x509_key.h')
-rw-r--r-- | src/lib/pubkey/x509_key.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/pubkey/x509_key.h b/src/lib/pubkey/x509_key.h index 1bfa248ff..cbb0412d2 100644 --- a/src/lib/pubkey/x509_key.h +++ b/src/lib/pubkey/x509_key.h @@ -10,7 +10,7 @@ #include <botan/pk_keys.h> #include <botan/alg_id.h> -#include <botan/pipe.h> +#include <botan/data_src.h> #include <string> namespace Botan { |