[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:
committed by
GitHub
parent
115cb402d8
commit
ac3321f104
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user