diff options
author | Jack Lloyd <[email protected]> | 2018-11-08 11:15:31 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2018-11-08 11:15:31 -0500 |
commit | 8de311177ff7b3ad77afc4b0614b424a47205f31 (patch) | |
tree | 608ba5d8d40e40a238276d8bf5ecbcb95a0dd183 /src/lib/utils/uuid/uuid.h | |
parent | 3cfda05c6a2d63bd21ffc0acad35938aa8284d8a (diff) |
Add some missing includes
This is not exhaustive. See GH #1733
Diffstat (limited to 'src/lib/utils/uuid/uuid.h')
-rw-r--r-- | src/lib/utils/uuid/uuid.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/utils/uuid/uuid.h b/src/lib/utils/uuid/uuid.h index 9d02fc2cd..38b5aab1b 100644 --- a/src/lib/utils/uuid/uuid.h +++ b/src/lib/utils/uuid/uuid.h @@ -10,6 +10,7 @@ #include <botan/types.h> #include <vector> +#include <string> namespace Botan { |