mirror of
https://github.com/intel/llvm.git
synced 2026-01-28 01:04:49 +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