Skip to content

Commit 25642ea

Browse files
[Support] Restore a couple of includes
A build failure has been reported at: #142733 (comment)
1 parent 8cd5604 commit 25642ea

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)