[lldb] Add missing include to SBLanguages.h (#111763)

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.
This commit is contained in:
Chelsea Cassanova
2024-10-09 14:41:50 -07:00
committed by GitHub
parent 115cb402d8
commit ac3321f104

View File

@@ -16,6 +16,8 @@ HEADER = """\
#ifndef LLDB_API_SBLANGUAGE_H
#define LLDB_API_SBLANGUAGE_H
#include <cstdint>
namespace lldb {
/// Used by \\ref SBExpressionOptions.
/// These enumerations use the same language enumerations as the DWARF