Skip to content

Commit 3aa4f74

Browse files
author
Nathan Hawes
committed
Add missing include to fix build issues on master-next and master-rebranch
1 parent 2b62570 commit 3aa4f74

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/swift/AST/DiagnosticEngine.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
#include "swift/AST/TypeLoc.h"
2525
#include "llvm/ADT/StringSet.h"
2626
#include "llvm/Support/Allocator.h"
27+
#include "llvm/Support/FileSystem.h"
2728
#include "llvm/Support/Path.h"
2829
#include "llvm/Support/VersionTuple.h"
2930

0 commit comments

Comments
 (0)