summaryrefslogtreecommitdiffstats
path: root/source/packets/cPacket_Flying.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/packets/cPacket_Flying.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/source/packets/cPacket_Flying.cpp b/source/packets/cPacket_Flying.cpp
index b8cab1de1..44f30bbe3 100644
--- a/source/packets/cPacket_Flying.cpp
+++ b/source/packets/cPacket_Flying.cpp
@@ -1,5 +1,12 @@
+
+#include "Globals.h" // NOTE: MSVC stupidness requires this to be the same across all modules
+
#include "cPacket_Flying.h"
+
+
+
+
bool cPacket_Flying::Parse(cSocket & a_Socket)
{
m_Socket = a_Socket;