diff options
author | lloyd <[email protected]> | 2009-04-08 00:19:35 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2009-04-08 00:19:35 +0000 |
commit | 2f1899487ba347025a6f1ed0cd567230c8b3de5e (patch) | |
tree | b6cc1d876f5c77f658eace174a915e8d6c19ae28 /src | |
parent | ae62b4e43c6d7adf93b93511a983e1e9cbfbdc33 (diff) |
Include <algorithm> in secmem.h for std::swap
Diffstat (limited to 'src')
-rw-r--r-- | src/utils/secmem.h | 1 |
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 { |