1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-27 14:57:44 +00:00

Add missing includes for *nix

(cherry picked from commit 769edce0c883960ca9eac69a8e05e89760dafafd)
This commit is contained in:
Lucy 2023-01-20 06:51:07 +01:00
parent 5a189bfbd0
commit fce3397b92
2 changed files with 4 additions and 2 deletions

View file

@ -3,6 +3,7 @@
#include <stdint.h> #include <stdint.h>
#include <vector> #include <vector>
#include <cstring>
struct PCB_HEADER struct PCB_HEADER
{ {

View file

@ -3,6 +3,7 @@
#include <stdint.h> #include <stdint.h>
#include <vector> #include <vector>
#include <cstring>
struct PCB_HEADER struct PCB_HEADER
{ {