Skip to content

Commit f3b53fa

Browse files
committed
Add Format.h to swift-syntax-parser-test
Something happened so that's not being transitively included. Adding it in explicitly.
1 parent 154d10f commit f3b53fa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/swift-syntax-parser-test/swift-syntax-parser-test.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,10 @@
1818
#include "swift/Basic/LLVM.h"
1919
#include "swift/Basic/LLVMInitialize.h"
2020
#include "llvm/Support/CommandLine.h"
21+
#include "llvm/Support/Format.h"
2122
#include "llvm/Support/MemoryBuffer.h"
22-
#include "llvm/Support/Timer.h"
2323
#include "llvm/Support/SourceMgr.h"
24+
#include "llvm/Support/Timer.h"
2425

2526
using namespace swift;
2627
using namespace llvm;

0 commit comments

Comments
 (0)