Skip to content

Add a missing include - #6049

Merged
tlively merged 2 commits into
mainfrom
add-missing-include
Oct 25, 2023
Merged

Add a missing include#6049
tlively merged 2 commits into
mainfrom
add-missing-include

Conversation

@tlively

Copy link
Copy Markdown
Member

This missing include was not a problem in our standard build configuration, but
was breaking other build configurations.

This missing include was not a problem in our standard build configuration, but
was breaking other build configurations.
@tlively
tlively requested a review from kripkenOctober 24, 2023 22:46
@tlively

Copy link
Copy Markdown
MemberAuthor

Current dependencies on/for this PR:

This comment was auto-generated by Graphite.


#include "ir/find_all.h"
#include "ir/local-graph.h"
#include "lattice.h"

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see we use FinitePowersetLattice below. Shouldn't we include src/analysis/lattices/powerset.h?

Copy link
Copy Markdown
MemberAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@tlively
tlively enabled auto-merge (squash) October 24, 2023 23:13
@tlively
tlively merged commit dfd8c7e into mainOct 25, 2023
@tlively
tlively deleted the add-missing-include branch October 25, 2023 00:16
radekdoulik pushed a commit to dotnet/binaryen that referenced this pull request Jul 12, 2024
These missing includes were not a problem in our standard build configuration,
but were breaking other build configurations.
Sign up for freeto 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.

3 participants

@tlively@kripken@ashleynh