Skip to content

Commit 828b979

Browse files
committed
Add a missing header.
This fixes the master-next build.
1 parent 72a23dd commit 828b979

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/swift/Frontend/DiagnosticVerifier.h

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

21+
#include "llvm/ADT/SmallString.h"
2122
#include "swift/AST/DiagnosticConsumer.h"
2223
#include "swift/Basic/LLVM.h"
2324

0 commit comments

Comments
 (0)