Skip to content

Commit 1992b24

Browse files
author
git apple-llvm automerger
committed
Merge commit '379927e7c7c1' from swift/release/5.9 into stable/20221013
2 parents 62fc96c + 379927e commit 1992b24

19 files changed

+312
-375
lines changed

lldb/source/Core/ValueObject.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
#include "lldb/lldb-private-types.h"
5353

5454
#ifdef LLDB_ENABLE_SWIFT
55+
#include "Plugins/ExpressionParser/Swift/SwiftPersistentExpressionState.h"
5556
#include "Plugins/TypeSystem/Swift/SwiftASTContext.h"
5657
#endif //LLDB_ENABLE_SWIFT
5758

lldb/source/Expression/Materializer.cpp

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

2828
#ifdef LLDB_ENABLE_SWIFT
2929
#include "Plugins/TypeSystem/Swift/SwiftASTContext.h"
30+
#include "Plugins/ExpressionParser/Swift/SwiftPersistentExpressionState.h"
3031
#endif //LLDB_ENABLE_SWIFT
3132

3233
#include <memory>

lldb/source/Expression/UserExpression.cpp

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

4545
#ifdef LLDB_ENABLE_SWIFT
4646
#include "Plugins/TypeSystem/Swift/SwiftASTContext.h"
47+
#include "Plugins/ExpressionParser/Swift/SwiftPersistentExpressionState.h"
4748
#endif //LLDB_ENABLE_SWIFT
4849

4950
using namespace lldb_private;

0 commit comments

Comments
 (0)