diff options
Diffstat (limited to 'src/core/data_src.h')
-rw-r--r-- | src/core/data_src.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/data_src.h b/src/core/data_src.h index d250addfc..25bdce00f 100644 --- a/src/core/data_src.h +++ b/src/core/data_src.h @@ -6,7 +6,8 @@ #ifndef BOTAN_DATA_SRC_H__ #define BOTAN_DATA_SRC_H__ -#include <botan/base.h> +#include <botan/secmem.h> +#include <string> #include <iosfwd> namespace Botan { |