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:
parent
5a189bfbd0
commit
fce3397b92
2 changed files with 4 additions and 2 deletions
|
@ -3,6 +3,7 @@
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
#include <cstring>
|
||||||
|
|
||||||
struct PCB_HEADER
|
struct PCB_HEADER
|
||||||
{
|
{
|
||||||
|
@ -172,4 +173,4 @@ struct PCB_LIST_FILE
|
||||||
PCB_LIST_BASE_ENTRY entry;
|
PCB_LIST_BASE_ENTRY entry;
|
||||||
std::vector< PCB_LIST_ENTRY > entries;
|
std::vector< PCB_LIST_ENTRY > entries;
|
||||||
};
|
};
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
#include <cstring>
|
||||||
|
|
||||||
struct PCB_HEADER
|
struct PCB_HEADER
|
||||||
{
|
{
|
||||||
|
@ -173,4 +174,4 @@ struct PCB_LIST_FILE
|
||||||
PCB_LIST_BASE_ENTRY entry;
|
PCB_LIST_BASE_ENTRY entry;
|
||||||
std::vector< PCB_LIST_ENTRY > entries;
|
std::vector< PCB_LIST_ENTRY > entries;
|
||||||
};
|
};
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue