1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-04 17:57:47 +00:00

Include memcpy and realloc header

This commit is contained in:
Adam 2017-08-26 15:29:57 +09:00
parent b5ec4e93a3
commit 15bd6d485d

View file

@ -1,6 +1,9 @@
#include "CommonNetwork.h" #include "CommonNetwork.h"
#include "GamePacketParser.h" #include "GamePacketParser.h"
#include <string> // memcpy
#include <stdlib.h> //realloc
using namespace Core::Network::Packets; using namespace Core::Network::Packets;
namespace Core namespace Core