summaryrefslogtreecommitdiffstats
path: root/source/packets/cPacket_UpdateHealth.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/packets/cPacket_UpdateHealth.cpp7
1 files changed, 6 insertions, 1 deletions
diff --git a/source/packets/cPacket_UpdateHealth.cpp b/source/packets/cPacket_UpdateHealth.cpp
index fe4929cc9..c6cec56ae 100644
--- a/source/packets/cPacket_UpdateHealth.cpp
+++ b/source/packets/cPacket_UpdateHealth.cpp
@@ -1,6 +1,11 @@
+
+#include "Globals.h" // NOTE: MSVC stupidness requires this to be the same across all modules
+
#include "cPacket_UpdateHealth.h"
-#include "../cMCLogger.h"
+
+
+
bool cPacket_UpdateHealth::Send(cSocket & a_Socket)
{