diff options
Diffstat (limited to '')
-rw-r--r-- | Network.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Network.cpp b/Network.cpp index d979037..ae14a11 100644 --- a/Network.cpp +++ b/Network.cpp @@ -1,6 +1,7 @@ #include <iostream> #include "Network.hpp" #include "PacketBuilder.hpp" +#include "Debug.hpp" Network::Network(std::string address, unsigned short port) : m_address(address), m_port(port) { std::cout << "Connecting to server " << m_address << ":" << m_port << std::endl; |