mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-06 10:47:45 +00:00
Fix string header
This commit is contained in:
parent
15bd6d485d
commit
f54ae1054b
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