diff options
Diffstat (limited to 'src/netcomputer.cpp')
-rw-r--r-- | src/netcomputer.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/netcomputer.cpp b/src/netcomputer.cpp index 777610b4..f3f1aeb7 100644 --- a/src/netcomputer.cpp +++ b/src/netcomputer.cpp @@ -22,7 +22,9 @@ */ #include "netcomputer.h" + #include "chatchannelmanager.h" +#include "packet.h" #include "state.h" NetComputer::NetComputer(ConnectionHandler *handler, TCPsocket sock): |