diff options
author | lloyd <[email protected]> | 2015-01-08 00:32:40 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2015-01-08 00:32:40 +0000 |
commit | adfe64da5d35d97cc6eaf084a28cde44aa02664b (patch) | |
tree | 95d25e4b4af872159d84be7876d2219a8a49a030 /src/lib/utils | |
parent | a205bc8691df95b58e651fdb932d886f4f937cb9 (diff) |
Add missing include
Diffstat (limited to 'src/lib/utils')
-rw-r--r-- | src/lib/utils/loadstor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/utils/loadstor.h b/src/lib/utils/loadstor.h index 1dbced60e..a162a3e25 100644 --- a/src/lib/utils/loadstor.h +++ b/src/lib/utils/loadstor.h @@ -13,6 +13,7 @@ #include <botan/bswap.h> #include <botan/get_byte.h> #include <cstring> +#include <vector> #if BOTAN_TARGET_UNALIGNED_MEMORY_ACCESS_OK |