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

Adding missing stdexcept header #215

Merged
merged 1 commit into from
Oct 12, 2021

Conversation

JenusL
Copy link
Contributor

@JenusL JenusL commented Oct 5, 2021

I got the same build issue as #70 but with a different file when building PyImath on Windows:
Imath\src\python\PyImath\PyImathStringTable.cpp(38,18): error C2039: 'domain_error': is not a member of 'std'

So I fixed it the same way and added the missing header <stdexcept>.

Signed-off-by: Jens Lindgren <lindgren_jens@hotmail.com>
@linux-foundation-easycla
Copy link

linux-foundation-easycla bot commented Oct 5, 2021

CLA Signed

The committers are authorized under a signed CLA.

@JenusL
Copy link
Contributor Author

JenusL commented Oct 5, 2021

PyImath built just fine after this change so it might be a good thing to look into adding Windows python builds to the CI as well.

Copy link
Member

@cary-ilm cary-ilm left a comment

Choose a reason for hiding this comment

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

LGTM, thanks!

@cary-ilm cary-ilm merged commit b366532 into AcademySoftwareFoundation:master Oct 12, 2021
cary-ilm pushed a commit to cary-ilm/Imath that referenced this pull request Jan 17, 2022
Signed-off-by: Jens Lindgren <lindgren_jens@hotmail.com>
cary-ilm pushed a commit that referenced this pull request Jan 20, 2022
Signed-off-by: Jens Lindgren <lindgren_jens@hotmail.com>
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.

2 participants