Skip to content

Commit fdce984

Browse files
authored
Merge pull request #8135 from hughbe/expr-vs2017
Fix Visual Studio 2017 errors caused by recent Expr.h gardening
2 parents 6184145 + b455fc9 commit fdce984

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/swift/AST/Stmt.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
#include "swift/AST/Availability.h"
2121
#include "swift/AST/AvailabilitySpec.h"
2222
#include "swift/AST/ASTNode.h"
23+
#include "swift/AST/Expr.h"
2324
#include "swift/AST/IfConfigClause.h"
2425
#include "swift/AST/TypeAlignments.h"
2526
#include "swift/Basic/NullablePtr.h"

0 commit comments

Comments
 (0)