diff options
author | Billy Robert O'Neal III <[email protected]> | 2018-10-23 16:50:17 -0700 |
---|---|---|
committer | Billy Robert O'Neal III <[email protected]> | 2018-10-23 16:50:17 -0700 |
commit | 56eb58cdfd3171ff85bbeb939eb6c10c9375e88b (patch) | |
tree | 1cd5fe8a6bf1a932836b5a9270d0917f7d15cc00 /src/lib/misc | |
parent | f97bf16fe68446bf83f447cc010b271cbd4fcfd6 (diff) |
Add missing <string> necessary to use std::string in tss.h
Diffstat (limited to 'src/lib/misc')
-rw-r--r-- | src/lib/misc/tss/tss.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/misc/tss/tss.h b/src/lib/misc/tss/tss.h index 4a5a5571d..72e99340d 100644 --- a/src/lib/misc/tss/tss.h +++ b/src/lib/misc/tss/tss.h @@ -9,6 +9,7 @@ #define BOTAN_RTSS_H_ #include <botan/secmem.h> +#include <string> #include <vector> namespace Botan { |