mirror of
https://github.com/intel/llvm.git
synced 2026-01-14 11:57:39 +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.