Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing includes to graph headers #357

Merged
merged 1 commit into from
Dec 7, 2023

Conversation

vslashg
Copy link
Contributor

@vslashg vslashg commented Dec 6, 2023

Some graph .hpp files are using APIs without including the associated headers. This can cause compile errors if these headers are included first in a .cpp file.

Some graph .hpp files are using APIs without including the associated
headers.  This can cause compile errors if these headers are included
first in a .cpp file.
@vslashg
Copy link
Contributor Author

vslashg commented Dec 6, 2023

This likely isn't a huge deal in practice. We do carry this patch locally, as our workflow verifies that header files build standalone, so I figured it was worth asking if upstream is interested in it.

@jeremy-murphy jeremy-murphy self-assigned this Dec 7, 2023
@jeremy-murphy
Copy link
Contributor

Always interested in patches that improve the quality of basically using the library! Thank you!

@jeremy-murphy jeremy-murphy merged commit a63690a into boostorg:develop Dec 7, 2023
8 checks passed
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