Skip to content

Commit f03f0b2

Browse files
kazutakahiratagithub-actions[bot]
authored andcommitted
Automerge: [Support] Restore a couple of includes
A build failure has been reported at: llvm/llvm-project#142733 (comment)
2 parents 7cd6cc9 + 25642ea commit f03f0b2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

llvm/lib/Support/Z3Solver.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9+
#include "llvm/ADT/ScopeExit.h"
910
#include "llvm/Config/config.h"
11+
#include "llvm/Support/NativeFormatting.h"
1012
#include "llvm/Support/SMTAPI.h"
1113

1214
using namespace llvm;

0 commit comments

Comments
 (0)