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

Examples: add missing include #331

Merged
merged 4 commits into from
Sep 13, 2023

Conversation

johnwparent
Copy link
Contributor

example_utilities.hpp requires stoi and similar methods. These are declared in <string>, but <string> is not included. This means this file will break any TU it's included in.

Resolves #330

example_utilities.hpp requires `stoi` and similar methods.
These are delcared in <string>, but <string> is not included.
This means this file will break any TU it's included in.
@balos1 balos1 added the bug label Sep 5, 2023
@balos1 balos1 changed the base branch from main to develop September 5, 2023 20:21
@balos1 balos1 added this to the SUNDIALS Next milestone Sep 5, 2023
@gardner48 gardner48 merged commit 01ae7d7 into LLNL:develop Sep 13, 2023
12 checks passed
gardner48 pushed a commit that referenced this pull request Dec 18, 2023
example_utilities.hpp requires `stoi` and similar methods. These are
declared in `<string>`, but `<string>` is not included. This means this
file will break any TU it's included in.

Resolves #330

Co-authored-by: Cody Balos <[email protected]>
balos1 added a commit that referenced this pull request Dec 18, 2023
example_utilities.hpp requires `stoi` and similar methods. These are
declared in `<string>`, but `<string>` is not included. This means this
file will break any TU it's included in.

Resolves #330

Co-authored-by: Cody Balos <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Examples cannot be compiled
3 participants