1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-27 06:47:45 +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 <vector>
#include <cstring>
struct PCB_HEADER
{
@ -172,4 +173,4 @@ struct PCB_LIST_FILE
PCB_LIST_BASE_ENTRY entry;
std::vector< PCB_LIST_ENTRY > entries;
};
#endif
#endif

View file

@ -3,6 +3,7 @@
#include <stdint.h>
#include <vector>
#include <cstring>
struct PCB_HEADER
{
@ -173,4 +174,4 @@ struct PCB_LIST_FILE
PCB_LIST_BASE_ENTRY entry;
std::vector< PCB_LIST_ENTRY > entries;
};
#endif
#endif