summaryrefslogtreecommitdiffstats
path: root/source/packets/cPacket_PlayerLook.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/packets/cPacket_PlayerLook.cpp')
-rw-r--r--source/packets/cPacket_PlayerLook.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/source/packets/cPacket_PlayerLook.cpp b/source/packets/cPacket_PlayerLook.cpp
index 2660ccf92..30c25c074 100644
--- a/source/packets/cPacket_PlayerLook.cpp
+++ b/source/packets/cPacket_PlayerLook.cpp
@@ -1,6 +1,13 @@
+
+#include "Globals.h" // NOTE: MSVC stupidness requires this to be the same across all modules
+
#include "cPacket_PlayerLook.h"
#include "../cPlayer.h"
+
+
+
+
cPacket_PlayerLook::cPacket_PlayerLook( cPlayer* a_Player )
{
m_PacketID = E_PLAYERLOOK;