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.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/network/NetworkClient.hpp b/src/network/NetworkClient.hpp
index 9f68e37..14745a5 100644
--- a/src/network/NetworkClient.hpp
+++ b/src/network/NetworkClient.hpp
@@ -3,6 +3,7 @@
#include <queue>
#include <thread>
#include <mutex>
+#include <nlohmann/json.hpp>
#include "Network.hpp"
#include "../packet/PacketParser.hpp"
#include "../packet/PacketBuilder.hpp"