From 0bb7a05f7705e8e3dfc48b798001d3139f8bf23d Mon Sep 17 00:00:00 2001 From: crueter Date: Sat, 27 Sep 2025 12:11:45 -0400 Subject: [PATCH] fix android, macos, linux Signed-off-by: crueter --- src/common/host_memory.cpp | 1 + src/dynarmic/src/dynarmic/backend/exception_handler_posix.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/src/common/host_memory.cpp b/src/common/host_memory.cpp index 343700acd2..ea164dc863 100644 --- a/src/common/host_memory.cpp +++ b/src/common/host_memory.cpp @@ -30,6 +30,7 @@ #include #include #include +#include #endif // FreeBSD diff --git a/src/dynarmic/src/dynarmic/backend/exception_handler_posix.cpp b/src/dynarmic/src/dynarmic/backend/exception_handler_posix.cpp index 52f1de0c0a..9146a019f6 100644 --- a/src/dynarmic/src/dynarmic/backend/exception_handler_posix.cpp +++ b/src/dynarmic/src/dynarmic/backend/exception_handler_posix.cpp @@ -12,6 +12,7 @@ #include #include #include +#include #include #include #include