aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/hash
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2017-10-29 12:08:52 -0400
committerJack Lloyd <[email protected]>2017-10-29 12:08:52 -0400
commite5169713cf638a79933a09d263f69da59ac45453 (patch)
tree8dfef7112b7ff37f634385cf7168b9667f9e721c /src/lib/hash
parent1cb385d089c47485adcf87bb65e041f988b9208d (diff)
Include <memory> in base type headers
Needed for the create calls
Diffstat (limited to 'src/lib/hash')
-rw-r--r--src/lib/hash/hash.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/hash/hash.h b/src/lib/hash/hash.h
index 3041774b8..01e52e9b6 100644
--- a/src/lib/hash/hash.h
+++ b/src/lib/hash/hash.h
@@ -10,6 +10,7 @@
#include <botan/buf_comp.h>
#include <string>
+#include <memory>
namespace Botan {