mirror of
https://github.com/intel/llvm.git
synced 2026-01-17 14:48:27 +08:00
SBLanguages.h uses a uint16_t but is missing the include for `<cstdint>`, if any file includes this without including that it will cause a build error so this commit adds this include.