Skip to content

Commit 7fc171f

Browse files
authored
Merge pull request #255 from DougGregor/include-generic-signature-stable
Add missing #include for Swift's GenericSignature.
2 parents cc03923 + c03ea08 commit 7fc171f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/Symbol/SwiftASTContext.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
#include "swift/AST/ExistentialLayout.h"
2626
#include "swift/AST/IRGenOptions.h"
2727
#include "swift/AST/ASTMangler.h"
28+
#include "swift/AST/GenericSignature.h"
2829
#include "swift/AST/NameLookup.h"
2930
#include "swift/AST/SearchPathOptions.h"
3031
#include "swift/AST/Type.h"

0 commit comments

Comments
 (0)