aboutsummaryrefslogtreecommitdiffstats
path: root/src/mac/mac.h
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-11-08 19:01:32 +0000
committerlloyd <[email protected]>2008-11-08 19:01:32 +0000
commit5164d043709c1df2b7acd0fe09efe979d23a3e33 (patch)
tree4ad92bd8148e5dac8af85e338c212f4fd3701f8a /src/mac/mac.h
parenta236130625cec42d3577293cc8eb571c7a8099f4 (diff)
Move BufferedComputation to new buf_comp.{h,cpp}
Diffstat (limited to 'src/mac/mac.h')
-rw-r--r--src/mac/mac.h2
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 {