aboutsummaryrefslogtreecommitdiffstats
path: root/src
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
parent39e16a0bcddd93507494a91790f2e6277ae39a1f (diff)
Add missing includes, noticed by OS X's Clang 4.1
Diffstat (limited to 'src')
-rw-r--r--src/alloc/secmem.h1
-rw-r--r--src/pbe/pbes1/pbes1.h1
-rw-r--r--src/pbe/pbes2/pbes2.h1
3 files changed, 3 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>
diff --git a/src/pbe/pbes1/pbes1.h b/src/pbe/pbes1/pbes1.h
index dd09cee20..8d1a6f877 100644
--- a/src/pbe/pbes1/pbes1.h
+++ b/src/pbe/pbes1/pbes1.h
@@ -12,6 +12,7 @@
#include <botan/block_cipher.h>
#include <botan/hash.h>
#include <botan/pipe.h>
+#include <chrono>
namespace Botan {
diff --git a/src/pbe/pbes2/pbes2.h b/src/pbe/pbes2/pbes2.h
index 5f692cc8a..b7160f575 100644
--- a/src/pbe/pbes2/pbes2.h
+++ b/src/pbe/pbes2/pbes2.h
@@ -12,6 +12,7 @@
#include <botan/block_cipher.h>
#include <botan/mac.h>
#include <botan/pipe.h>
+#include <chrono>
namespace Botan {