Skip to content

Commit 672f238

Browse files
author
Nathan Hawes
authored
Merge pull request #33335 from nathawes/add-missing-include
[NFC] Add missing include to fix build issues on master-next and master-rebranch.
2 parents f78a87a + 3aa4f74 commit 672f238

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)