Skip to content

Commit ec92835

Browse files
authored
Merge pull request #30882 from enferex/fix-include
[clangimporter] Include clang/AST/ASTContext.h to fix master-next build.
2 parents 4de19e1 + 792ee14 commit ec92835

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/swift/ClangImporter/SwiftAbstractBasicReader.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
#ifndef SWIFT_CLANGIMPORTER_SWIFTABSTRACTBASICREADER_H
2020
#define SWIFT_CLANGIMPORTER_SWIFTABSTRACTBASICREADER_H
2121

22+
#include "clang/AST/ASTContext.h"
2223
#include "clang/AST/AbstractTypeReader.h"
2324

2425
// This include is required to instantiate the template code in

0 commit comments

Comments
 (0)