aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorlloyd <[email protected]>2009-04-08 00:19:35 +0000
committerlloyd <[email protected]>2009-04-08 00:19:35 +0000
commit2f1899487ba347025a6f1ed0cd567230c8b3de5e (patch)
treeb6cc1d876f5c77f658eace174a915e8d6c19ae28 /src
parentae62b4e43c6d7adf93b93511a983e1e9cbfbdc33 (diff)
Include <algorithm> in secmem.h for std::swap
Diffstat (limited to 'src')
-rw-r--r--src/utils/secmem.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/utils/secmem.h b/src/utils/secmem.h
index 34dec0e9d..d64a376ca 100644
--- a/src/utils/secmem.h
+++ b/src/utils/secmem.h
@@ -10,6 +10,7 @@
#include <botan/allocate.h>
#include <botan/mem_ops.h>
+#include <algorithm>
namespace Botan {