Skip to content

Commit 03a6bc7

Browse files
committed
Prepare the header for stand-alone usage.
1 parent 1f71144 commit 03a6bc7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

include/swift/Syntax/TokenKinds.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
#ifndef SWIFT_TOKENKINDS_H
1818
#define SWIFT_TOKENKINDS_H
1919

20+
#include "llvm/ADT/StringRef.h"
21+
#include "llvm/Support/raw_ostream.h"
22+
2023
namespace swift {
2124
enum class tok {
2225
#define TOKEN(X) X,

0 commit comments

Comments
 (0)