Skip to content

Commit 133ace4

Browse files
committed
[lldb] Add include for SBLanguages in lldb-enumerations
This adds an include for SBLanguages.h in lldb-enumerations.h so that files that need this enum do not have to explicitly include SBLanguages.
1 parent a4916d2 commit 133ace4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/include/lldb/lldb-enumerations.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212
#include <cstdint>
1313
#include <type_traits>
14+
#include <lldb/API/SBLanguages.h>
1415

1516
#ifndef SWIG
1617
// Macro to enable bitmask operations on an enum. Without this, Enum | Enum

0 commit comments

Comments
 (0)