Skip to content

Commit 99f90e2

Browse files
authored
Merge pull request swiftlang#9410 from chelcassanova/cherrypick/next/add-missing-include-to-sblanguages
[lldb] Add missing include to SBLanguages.h
2 parents cb50c86 + 4f6ffa4 commit 99f90e2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lldb/scripts/generate-sbapi-dwarf-enum.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
#ifndef LLDB_API_SBLANGUAGE_H
1717
#define LLDB_API_SBLANGUAGE_H
1818
19+
#include <cstdint>
20+
1921
namespace lldb {
2022
/// Used by \\ref SBExpressionOptions.
2123
/// These enumerations use the same language enumerations as the DWARF

0 commit comments

Comments
 (0)