From ca03edf052c8867e1c22787ac699bd2df9a1cac5 Mon Sep 17 00:00:00 2001 From: DarthArgus Date: Tue, 27 Oct 2015 09:46:44 -0500 Subject: [PATCH] well, i'm starting to think that the crc var is just wrong, but this works around it --- .../3rd/library/soePlatform/ChatAPI/utils/UdpLibrary/UdpMisc.cpp | 1 + external/3rd/library/udplibrary/UdpLibrary.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/external/3rd/library/soePlatform/ChatAPI/utils/UdpLibrary/UdpMisc.cpp b/external/3rd/library/soePlatform/ChatAPI/utils/UdpLibrary/UdpMisc.cpp index 08851ece..7628bdbf 100644 --- a/external/3rd/library/soePlatform/ChatAPI/utils/UdpLibrary/UdpMisc.cpp +++ b/external/3rd/library/soePlatform/ChatAPI/utils/UdpLibrary/UdpMisc.cpp @@ -2,6 +2,7 @@ // Author: Jeff Petersen #include +#include #include "UdpMisc.h" #include "UdpLogicalPacket.h" diff --git a/external/3rd/library/udplibrary/UdpLibrary.cpp b/external/3rd/library/udplibrary/UdpLibrary.cpp index c4b32c3b..90ddb01f 100644 --- a/external/3rd/library/udplibrary/UdpLibrary.cpp +++ b/external/3rd/library/udplibrary/UdpLibrary.cpp @@ -3,6 +3,7 @@ #include #include #include +#include #include "UdpLibrary.hpp"