summaryrefslogtreecommitdiffstats
path: root/source/packets/cPacket_SpawnMob.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/packets/cPacket_SpawnMob.cpp')
-rw-r--r--source/packets/cPacket_SpawnMob.cpp7
1 files changed, 6 insertions, 1 deletions
diff --git a/source/packets/cPacket_SpawnMob.cpp b/source/packets/cPacket_SpawnMob.cpp
index 0055e74db..417a7c004 100644
--- a/source/packets/cPacket_SpawnMob.cpp
+++ b/source/packets/cPacket_SpawnMob.cpp
@@ -1,7 +1,12 @@
+
+#include "Globals.h" // NOTE: MSVC stupidness requires this to be the same across all modules
+
#include "cPacket_SpawnMob.h"
#include "../Vector3i.h"
-#include "../cMCLogger.h"
+
+
+
cPacket_SpawnMob::~cPacket_SpawnMob()
{