summaryrefslogtreecommitdiffstats
path: root/src/network/NetworkClient.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/network/NetworkClient.hpp')
-rw-r--r--src/network/NetworkClient.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/network/NetworkClient.hpp b/src/network/NetworkClient.hpp
index a41b5f4..9f68e37 100644
--- a/src/network/NetworkClient.hpp
+++ b/src/network/NetworkClient.hpp
@@ -4,6 +4,8 @@
#include <thread>
#include <mutex>
#include "Network.hpp"
+#include "../packet/PacketParser.hpp"
+#include "../packet/PacketBuilder.hpp"
struct ServerInfo{
std::string version;