aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/hash/hash.cpp
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2017-09-21 17:14:25 -0400
committerJack Lloyd <[email protected]>2017-09-21 17:14:25 -0400
commit9769fc3a78319cc8cb79a8fda055e9221e4a19a8 (patch)
tree74268556ce95fe12d39416f2b0feccb105651710 /src/lib/hash/hash.cpp
parenteef5522e6bf5e3b967c5232b593c78e41ca533ea (diff)
Fix for minimized build
Diffstat (limited to 'src/lib/hash/hash.cpp')
-rw-r--r--src/lib/hash/hash.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/hash/hash.cpp b/src/lib/hash/hash.cpp
index 04323f88c..e30d00080 100644
--- a/src/lib/hash/hash.cpp
+++ b/src/lib/hash/hash.cpp
@@ -7,6 +7,7 @@
#include <botan/hash.h>
#include <botan/scan_name.h>
+#include <botan/exceptn.h>
#if defined(BOTAN_HAS_ADLER32)
#include <botan/adler32.h>