summaryrefslogtreecommitdiffstats
path: root/src/Network.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Network.cpp')
-rw-r--r--src/Network.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Network.cpp b/src/Network.cpp
index 2c14327..c8be740 100644
--- a/src/Network.cpp
+++ b/src/Network.cpp
@@ -1,6 +1,9 @@
#include "Network.hpp"
#include <zlib.h>
+#include <easylogging++.h>
+
+#include "Socket.hpp"
Network::Network(std::string address, unsigned short port) {
try {