aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2017-12-17 06:46:19 -0500
committerJack Lloyd <[email protected]>2017-12-17 14:59:21 -0500
commit33c2ea480722bd9fc3eca969e24daf601843c659 (patch)
tree90788b8fb3f1672d876c124823d8366b57ad235f /src/lib
parentdb192f099e7cae79c391e2cec3ec26436093dcb1 (diff)
Missing include
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/utils/socket/socket.h1
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 {