mirror of
https://github.com/intel/llvm.git
synced 2026-02-01 00:46:45 +08:00
This missing include seems to cause compilation failures on older MacOS versions (< 10.9). This is because r270692 has introduced uint64_t into config.h without including this header. Patch from: Jeremy Huddleston Sequoia (jeremyhu@apple.com) llvm-svn: 284125