mac: Fix building on macOS 26. (#3073)

This commit is contained in:
squidbus
2025-06-09 19:29:15 -07:00
committed by GitHub
parent 64bbedeb82
commit 0444e590e0
5 changed files with 9 additions and 11 deletions

View File

@@ -11,6 +11,7 @@
#include <windows.h>
#else
#include <csignal>
#include <pthread.h>
#ifdef ARCH_X86_64
#include <Zydis/Formatter.h>
#endif