[*] Amend Unix build regression in: df28df6772. Missing includes

This commit is contained in:
Reece Wilson 2024-12-06 16:52:03 +00:00
parent d4bc193678
commit 9e1ac7cfb9
2 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,7 @@
#include <sys/mman.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <Aurora/IO/FS/Hook/FSPlatform.hpp>
namespace Aurora::Process
{

View File

@ -15,6 +15,7 @@
#include <sys/mman.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <Aurora/IO/FS/Hook/FSPlatform.hpp>
namespace Aurora::Process
{