summaryrefslogtreecommitdiff
path: root/src/gamehandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gamehandler.cpp')
-rw-r--r--src/gamehandler.cpp7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/gamehandler.cpp b/src/gamehandler.cpp
index 4c7ae662..2ccaaabb 100644
--- a/src/gamehandler.cpp
+++ b/src/gamehandler.cpp
@@ -22,9 +22,14 @@
*/
#include "gamehandler.h"
-#include "messageout.h"
+
#include <iostream>
+#include "messagein.h"
+#include "messageout.h"
+#include "netcomputer.h"
+#include "packet.h"
+
void GameHandler::receiveMessage(NetComputer &computer, MessageIn &message)
{
if (computer.getCharacter().get() == NULL)