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:
parent
19e321e18c
commit
39e4b9e093
1 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,9 @@
|
|||
#include "CommonNetwork.h"
|
||||
#include "GamePacketParser.h"
|
||||
|
||||
#include <string> // memcpy
|
||||
#include <stdlib.h> //realloc
|
||||
|
||||
using namespace Core::Network::Packets;
|
||||
|
||||
namespace Core
|
||||
|
|
Loading…
Add table
Reference in a new issue