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

[TRIVIAL] Add missing includes #100

Merged
merged 1 commit into from
Jul 12, 2024

Conversation

ximinez
Copy link
Collaborator

@ximinez ximinez commented Jul 10, 2024

std::logic_error is defined in <stdexcept>. These files changed in this PR reference it without including that header. In most environments, the definition is included through other headers, but not all. Specifically, I ran into a build error with rippled Windows non-unity builds after some headers were reordered.

See also: XRPLF/rippled#5061

* std::logic_error is defined in <stdexcept>. These files reference it
  without including that header. In most environments, the definition is
  included through other headers, but not all.
@vinniefalco
Copy link
Member

Ed, I've invited you as a maintainer of the repository if you would like to merge this when you feel it is ready to do so. Thanks!

@ximinez
Copy link
Collaborator Author

ximinez commented Jul 11, 2024

Fantastic! Thanks, Vinnie. I think it's ready to merge now if there are no objections. I'll push the button Friday morning.

@ximinez ximinez merged commit 35da45e into cppalliance:master Jul 12, 2024
@ximinez ximinez deleted the exception_include branch July 15, 2024 17:26
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