[flang-commits] [flang] [flang] add missing header include after 156661 (PR #157431)
via flang-commits
flang-commits at lists.llvm.org
Mon Sep 8 04:41:15 PDT 2025
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-flang-fir-hlfir
Author: None (jeanPerier)
<details>
<summary>Changes</summary>
There is a missing header dependency in 156661.
The Github CI and linux builds of #<!-- -->156661 succeeded, maybe because the header caching hid the issue there.
https://lab.llvm.org/buildbot/#/builders/207/builds/6634
---
Full diff: https://github.com/llvm/llvm-project/pull/157431.diff
1 Files Affected:
- (modified) flang/lib/Lower/ConvertCall.cpp (+1)
``````````diff
diff --git a/flang/lib/Lower/ConvertCall.cpp b/flang/lib/Lower/ConvertCall.cpp
index 454570a544222..cf8458f716ae5 100644
--- a/flang/lib/Lower/ConvertCall.cpp
+++ b/flang/lib/Lower/ConvertCall.cpp
@@ -17,6 +17,7 @@
#include "flang/Lower/ConvertVariable.h"
#include "flang/Lower/CustomIntrinsicCall.h"
#include "flang/Lower/HlfirIntrinsics.h"
+#include "flang/Lower/PFTBuilder.h"
#include "flang/Lower/StatementContext.h"
#include "flang/Lower/SymbolMap.h"
#include "flang/Optimizer/Builder/BoxValue.h"
``````````
</details>
https://github.com/llvm/llvm-project/pull/157431
More information about the flang-commits
mailing list