mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-26 06:27:45 +00:00
Fix string header
This commit is contained in:
parent
39e4b9e093
commit
bd76111a69
1 changed files with 1 additions and 2 deletions
|
@ -1,8 +1,7 @@
|
||||||
#include "CommonNetwork.h"
|
#include "CommonNetwork.h"
|
||||||
#include "GamePacketParser.h"
|
#include "GamePacketParser.h"
|
||||||
|
|
||||||
#include <string> // memcpy
|
#include <string.h> // memcpy
|
||||||
#include <stdlib.h> //realloc
|
|
||||||
|
|
||||||
using namespace Core::Network::Packets;
|
using namespace Core::Network::Packets;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue