diff options
author | Jack Lloyd <[email protected]> | 2017-12-17 06:46:19 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-12-17 14:59:21 -0500 |
commit | 33c2ea480722bd9fc3eca969e24daf601843c659 (patch) | |
tree | 90788b8fb3f1672d876c124823d8366b57ad235f /src/lib | |
parent | db192f099e7cae79c391e2cec3ec26436093dcb1 (diff) |
Missing include
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/utils/socket/socket.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/utils/socket/socket.h b/src/lib/utils/socket/socket.h index 42d723ec3..03a951478 100644 --- a/src/lib/utils/socket/socket.h +++ b/src/lib/utils/socket/socket.h @@ -9,6 +9,7 @@ #define BOTAN_SOCKET_H_ #include <botan/types.h> +#include <string> #include <chrono> namespace Botan { |