Skip to content

Commit 5247d8c

Browse files
authored
Merge pull request #7909 from compnerd/iwyu
2 parents 5df3f38 + 0c56998 commit 5247d8c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

lib/SIL/PrettyStackTrace.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
#include "swift/SIL/PrettyStackTrace.h"
1919
#include "swift/SIL/SILFunction.h"
2020
#include "swift/SIL/SILModule.h"
21+
#include "llvm/Support/CommandLine.h"
2122
#include "llvm/Support/raw_ostream.h"
2223

2324
using namespace swift;

lib/SILOptimizer/IPO/DeadFunctionElimination.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
#include "llvm/ADT/SmallPtrSet.h"
2323
#include "llvm/ADT/SmallVector.h"
2424
#include "llvm/ADT/Statistic.h"
25+
#include "llvm/Support/CommandLine.h"
2526
#include "llvm/Support/Debug.h"
2627
using namespace swift;
2728

0 commit comments

Comments
 (0)