summaryrefslogtreecommitdiffstats
path: root/src/Socket.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Socket.cpp')
-rw-r--r--src/Socket.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Socket.cpp b/src/Socket.cpp
index 2bbf49a..519da2f 100644
--- a/src/Socket.cpp
+++ b/src/Socket.cpp
@@ -1,3 +1,4 @@
+#include <iostream>
#include "Socket.hpp"
Socket::Socket(std::string address, unsigned short port) {