fix: Add missing TargetConditionals.h include (#1572)

closes #1571
pull/1576/head
Ali Yusuf 2021-10-10 18:06:17 +03:00 committed by GitHub
parent fc782614be
commit 0763ecdd13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ package cpu
#include <mach/mach_init.h>
#include <mach/mach_host.h>
#include <mach/host_info.h>
#include <TargetConditionals.h>
#if TARGET_OS_MAC
#include <libproc.h>
#endif