Skip to content

Conversation

googlewalt
Copy link
Contributor

This fixes the following error we're getting internally, perhaps only with the latest clang:

llvm/include/llvm/ExecutionEngine/Orc/WaitingOnGraph.h:136:24: error: missing '#include <__fwd/vector.h>'; default argument of 'vector' must be defined before it is used

This is a fix for #164340.

This fixes the following error we're getting internally, perhaps only
with the latest clang:

llvm/include/llvm/ExecutionEngine/Orc/WaitingOnGraph.h:136:24: error: missing '#include <__fwd/vector.h>'; default argument of 'vector' must be defined before it is used

This is a fix for llvm#164340.
@googlewalt googlewalt merged commit da48e41 into llvm:main Oct 21, 2025
10 of 11 checks passed
@googlewalt googlewalt deleted the orc branch October 21, 2025 13:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants