mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Fix mac compile for latest macos SDK
Following https://github.com/wolfpld/tracy/commit/3feb2473a2042337db65d3ff4c0dd17c8e69430f, `mach_vm.h` seems to have been deleted
This commit is contained in:
@@ -147,7 +147,7 @@
|
||||
# if defined(__APPLE__)
|
||||
# include <TargetConditionals.h>
|
||||
# if !TARGET_OS_IPHONE && !TARGET_OS_SIMULATOR
|
||||
# include <mach/mach_vm.h>
|
||||
# include <mach/mach.h>
|
||||
# include <mach/vm_statistics.h>
|
||||
# endif
|
||||
# include <pthread.h>
|
||||
|
||||
Reference in New Issue
Block a user