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