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

Fix tests on GCC13 #48

Merged
merged 1 commit into from
Feb 8, 2023
Merged

Conversation

dherrerace
Copy link
Contributor

Some of the C++ headers were updated on gcc13 to not include other headers that were being used internally [0]. This affect SafeInt's tests because they don't include cstdint while they are using stuff like std::uint64_t.

This pr simply adds the include line so that this stops being a problem.

https://gcc.gnu.org/gcc-13/porting_to.html#header-dep-changes

@dcleblanc
Copy link
Owner

Looks good

@dcleblanc dcleblanc merged commit 7e4b8e5 into dcleblanc:master Feb 8, 2023
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.

None yet

2 participants