diff options
Diffstat (limited to 'source/packets/cPacket_PreChunk.cpp')
-rw-r--r-- | source/packets/cPacket_PreChunk.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/source/packets/cPacket_PreChunk.cpp b/source/packets/cPacket_PreChunk.cpp index 686984a1e..8117f0ad7 100644 --- a/source/packets/cPacket_PreChunk.cpp +++ b/source/packets/cPacket_PreChunk.cpp @@ -1,5 +1,12 @@ +
+#include "Globals.h" // NOTE: MSVC stupidness requires this to be the same across all modules
+
#include "cPacket_PreChunk.h"
+
+
+
+
bool cPacket_PreChunk::Send(cSocket & a_Socket)
{
unsigned int TotalSize = c_Size;
|