LGCooci / KCObjc4_debug

🌈可编译苹果官方源码objc!现在有objc4底层源码,以及libmalloc等可编译版本,大家可以自由LLDB调试!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

不能找到uint32_t和uint64_t

l770826421 opened this issue · comments

在llvm-MathExtras.h文件中出现错误, 不知道什么原因:
Unknown type name 'uint32_t'
Unknown type name 'uint64_t'

在llvm-MathExtras.h 导入
#include <stdint.h>