mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +00:00
Fix mac compile for latest macos SDK
Following 3feb2473a2
, `mach_vm.h` seems to have been deleted
This commit is contained in:
parent
c689e9e0aa
commit
e05545b04a
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user