Skip to content

Commit e439392

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 e439392

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lldb/include/lldb/lldb-enumerations.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
#include <cstdint>
1313
#include <type_traits>
1414

15+
#include <lldb/API/SBLanguages.h>
16+
1517
#ifndef SWIG
1618
// Macro to enable bitmask operations on an enum. Without this, Enum | Enum
1719
// gets promoted to an int, so you have to say Enum a = Enum(eFoo | eBar). If

0 commit comments

Comments
 (0)