diff options
Diffstat (limited to 'src/mac/mac.h')
-rw-r--r-- | src/mac/mac.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mac/mac.h b/src/mac/mac.h index e7bdada14..99184fd3f 100644 --- a/src/mac/mac.h +++ b/src/mac/mac.h @@ -6,7 +6,9 @@ #ifndef BOTAN_MESSAGE_AUTH_CODE_BASE_H__ #define BOTAN_MESSAGE_AUTH_CODE_BASE_H__ +#include <botan/buf_comp.h> #include <botan/base.h> +#include <string> namespace Botan { |