aboutsummaryrefslogtreecommitdiffstats
path: root/src/Socket.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Socket.h')
-rw-r--r--src/Socket.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Socket.h b/src/Socket.h
index f6a023d..39554ca 100644
--- a/src/Socket.h
+++ b/src/Socket.h
@@ -37,6 +37,7 @@ DESCRIPTION:
#include <unistd.h>
#include <cstdint>
#include <stdexcept>
+#include <string>
#include <sys/socket.h>
#include <netinet/ip.h>
#include <errno.h>