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:
parent
b5ec4e93a3
commit
15bd6d485d
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