summaryrefslogtreecommitdiffstats
path: root/src/NetworkClient.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/NetworkClient.hpp')
-rw-r--r--src/NetworkClient.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/NetworkClient.hpp b/src/NetworkClient.hpp
index 83db517..9acae84 100644
--- a/src/NetworkClient.hpp
+++ b/src/NetworkClient.hpp
@@ -5,6 +5,7 @@
#include <mutex>
#include "Network.hpp"
+#include "Event.hpp"
class NetworkClient {
Network network;