[llvm] 25642ea - [Support] Restore a couple of includes
Kazu Hirata via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 4 22:06:52 PDT 2025
Author: Kazu Hirata
Date: 2025-06-04T22:06:45-07:00
New Revision: 25642eaa1d28b179193668f7d614d027dc97a1bc
URL: https://github.com/llvm/llvm-project/commit/25642eaa1d28b179193668f7d614d027dc97a1bc
DIFF: https://github.com/llvm/llvm-project/commit/25642eaa1d28b179193668f7d614d027dc97a1bc.diff
LOG: [Support] Restore a couple of includes
A build failure has been reported at:
https://github.com/llvm/llvm-project/pull/142733#issuecomment-2942753737
Added:
Modified:
llvm/lib/Support/Z3Solver.cpp
Removed:
################################################################################
diff --git a/llvm/lib/Support/Z3Solver.cpp b/llvm/lib/Support/Z3Solver.cpp
index 5268c53bc493f..27027093a0c6f 100644
--- a/llvm/lib/Support/Z3Solver.cpp
+++ b/llvm/lib/Support/Z3Solver.cpp
@@ -6,7 +6,9 @@
//
//===----------------------------------------------------------------------===//
+#include "llvm/ADT/ScopeExit.h"
#include "llvm/Config/config.h"
+#include "llvm/Support/NativeFormatting.h"
#include "llvm/Support/SMTAPI.h"
using namespace llvm;
More information about the llvm-commits
mailing list