Skip to content

Commit

Permalink
[lldb] Add include for SBLanguages in lldb-enumerations (#111907)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
chelcassanova authored Oct 10, 2024
1 parent 69b0b7e commit b355426
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lldb/include/lldb/lldb-enumerations.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
#include <cstdint>
#include <type_traits>

#include <lldb/API/SBLanguages.h>

#ifndef SWIG
// Macro to enable bitmask operations on an enum. Without this, Enum | Enum
// gets promoted to an int, so you have to say Enum a = Enum(eFoo | eBar). If
Expand Down

0 comments on commit b355426

Please sign in to comment.