Skip to content

Commit

Permalink
Merge pull request #594 from menduz/master-1
Browse files Browse the repository at this point in the history
Fix mac compile for latest macos SDK
  • Loading branch information
wolfpld authored Aug 16, 2023
2 parents c689e9e + e05545b commit 84eff4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/client/tracy_rpmalloc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 84eff4b

Please sign in to comment.