fix android, macos, linux
Signed-off-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
parent
c8082512df
commit
0bb7a05f77
2 changed files with 2 additions and 0 deletions
|
|
@ -30,6 +30,7 @@
|
||||||
#include <sys/random.h>
|
#include <sys/random.h>
|
||||||
#include <mach/vm_map.h>
|
#include <mach/vm_map.h>
|
||||||
#include <mach/mach.h>
|
#include <mach/mach.h>
|
||||||
|
#include <map>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// FreeBSD
|
// FreeBSD
|
||||||
|
|
|
||||||
|
|
@ -12,6 +12,7 @@
|
||||||
#include <functional>
|
#include <functional>
|
||||||
#include <memory>
|
#include <memory>
|
||||||
#include <mutex>
|
#include <mutex>
|
||||||
|
#include <lock_guard>
|
||||||
#include <shared_mutex>
|
#include <shared_mutex>
|
||||||
#include <optional>
|
#include <optional>
|
||||||
#include <ankerl/unordered_dense.h>
|
#include <ankerl/unordered_dense.h>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue