aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc
diff options
context:
space:
mode:
authorlloyd <[email protected]>2012-10-30 02:43:24 +0000
committerlloyd <[email protected]>2012-10-30 02:43:24 +0000
commit06efc9fce69ae1b4a627182697cfcb1e925c73c3 (patch)
treeddcec2b27e7d502217b4f17e4f5962b903666bc6 /src/alloc
parent39e16a0bcddd93507494a91790f2e6277ae39a1f (diff)
Add missing includes, noticed by OS X's Clang 4.1
Diffstat (limited to 'src/alloc')
-rw-r--r--src/alloc/secmem.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/alloc/secmem.h b/src/alloc/secmem.h
index fd70eea71..537f0ef44 100644
--- a/src/alloc/secmem.h
+++ b/src/alloc/secmem.h
@@ -10,6 +10,7 @@
#include <botan/mem_ops.h>
#include <algorithm>
+#include <vector>
#if defined(BOTAN_HAS_LOCKING_ALLOCATOR)
#include <botan/locking_allocator.h>