fix mac build

i forgor 💀
This commit is contained in:
ConfiG 2023-06-09 18:52:44 +03:00
parent 3c1529caa6
commit 73e94193ef
No known key found for this signature in database
GPG key ID: 44DA1983F524C11B
2 changed files with 2 additions and 0 deletions
loader/src/platform

View file

@ -2,6 +2,7 @@
#if defined(GEODE_IS_IOS)
#include "../load.hpp"
#include <dlfcn.h>
#include <mach-o/dyld.h>
#include <unistd.h>

View file

@ -2,6 +2,7 @@
#if defined(GEODE_IS_MACOS)
#include "../load.hpp"
#include <dlfcn.h>
#include <mach-o/dyld.h>
#include <unistd.h>