aboutsummaryrefslogtreecommitdiffstats
path: root/src/hash/mdx_hash/mdx_hash.cpp
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/hash/mdx_hash/mdx_hash.cpp
parenta236130625cec42d3577293cc8eb571c7a8099f4 (diff)
Move BufferedComputation to new buf_comp.{h,cpp}
Diffstat (limited to 'src/hash/mdx_hash/mdx_hash.cpp')
-rw-r--r--src/hash/mdx_hash/mdx_hash.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hash/mdx_hash/mdx_hash.cpp b/src/hash/mdx_hash/mdx_hash.cpp
index 96b885d87..0d88afba1 100644
--- a/src/hash/mdx_hash/mdx_hash.cpp
+++ b/src/hash/mdx_hash/mdx_hash.cpp
@@ -4,6 +4,7 @@
*************************************************/
#include <botan/mdx_hash.h>
+#include <botan/exceptn.h>
#include <botan/loadstor.h>
namespace Botan {