Skip to content

Commit 4b4dee2

Browse files
compnerdnkcsgexi
authored andcommitted
AST: repair the build after #39010
There is a reference to `std::string` being introduced without the necessary header being included. Add the missing include.
1 parent 15d1e0a commit 4b4dee2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/swift/AST/USRGeneration.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121

2222
#include "swift/Basic/LLVM.h"
2323

24+
#include <string>
25+
2426
namespace swift {
2527
class Decl;
2628
class AbstractStorageDecl;

0 commit comments

Comments
 (0)