diff options
Diffstat (limited to 'src/lib/x509')
-rw-r--r-- | src/lib/x509/datastor.h | 2 | ||||
-rw-r--r-- | src/lib/x509/x509_ext.cpp | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/x509/datastor.h b/src/lib/x509/datastor.h index ec3c5189b..e849c3d89 100644 --- a/src/lib/x509/datastor.h +++ b/src/lib/x509/datastor.h @@ -15,6 +15,8 @@ #include <vector> #include <map> +BOTAN_FUTURE_INTERNAL_HEADER(datastor.h) + namespace Botan { /** diff --git a/src/lib/x509/x509_ext.cpp b/src/lib/x509/x509_ext.cpp index 0bfc337c4..55e3c434e 100644 --- a/src/lib/x509/x509_ext.cpp +++ b/src/lib/x509/x509_ext.cpp @@ -13,6 +13,7 @@ #include <botan/der_enc.h> #include <botan/ber_dec.h> #include <botan/hash.h> +#include <botan/loadstor.h> #include <botan/internal/bit_ops.h> #include <algorithm> #include <set> |