Skip to content

Commit

Permalink
sys.cpp: add missing AvailabilityMacros.h
Browse files Browse the repository at this point in the history
  • Loading branch information
barracuda156 authored and kris-rowe committed Feb 5, 2024
1 parent 72cc774 commit 4180ddb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/occa/internal/utils/sys.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
# include <errno.h>
# include <sys/sysinfo.h>
# else // OCCA_MACOS_OS
# include <AvailabilityMacros.h>
# include <mach/mach_host.h>
# ifdef __clang__
# include <CoreServices/CoreServices.h>
Expand Down

0 comments on commit 4180ddb

Please sign in to comment.