Skip to content

Commit 57b9ffd

Browse files
committed
[Diagnostics] NFC: Properly declare CSDiag.h dependencies
1 parent 16fc311 commit 57b9ffd

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

lib/Sema/CSDiag.h

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,16 @@
1818
#ifndef SWIFT_SEMA_CSDIAG_H
1919
#define SWIFT_SEMA_CSDIAG_H
2020

21+
#include "ConstraintSystem.h"
22+
#include "swift/AST/DiagnosticEngine.h"
23+
#include "llvm/ADT/StringRef.h"
24+
#include <string>
25+
2126
namespace swift {
22-
27+
class Expr;
28+
class Type;
29+
class SourceLoc;
30+
2331
std::string getTypeListString(Type type);
2432

2533
/// Rewrite any type variables & archetypes in the specified type with

0 commit comments

Comments
 (0)