diff options
author | lloyd <[email protected]> | 2008-11-08 19:01:32 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-11-08 19:01:32 +0000 |
commit | 5164d043709c1df2b7acd0fe09efe979d23a3e33 (patch) | |
tree | 4ad92bd8148e5dac8af85e338c212f4fd3701f8a /src/mac/mac.h | |
parent | a236130625cec42d3577293cc8eb571c7a8099f4 (diff) |
Move BufferedComputation to new buf_comp.{h,cpp}
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 { |