summaryrefslogtreecommitdiffstats
path: root/src/network/Socket.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/network/Socket.cpp')
-rw-r--r--src/network/Socket.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/Socket.cpp b/src/network/Socket.cpp
index 2bbf49a..f4e6787 100644
--- a/src/network/Socket.cpp
+++ b/src/network/Socket.cpp
@@ -1,4 +1,4 @@
-#include "Socket.hpp"
+#include <network/Socket.hpp>
Socket::Socket(std::string address, unsigned short port) {
sf::Socket::Status connectionStatus = socket.connect(sf::IpAddress(address), port);