1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-25 22:17:45 +00:00

Include memcpy and realloc header

This commit is contained in:
Minho Kang 2017-08-26 15:29:57 +09:00
parent 19e321e18c
commit 39e4b9e093

View file

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