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

Include <cstdint> in generic_float.hpp #3699

Merged
merged 1 commit into from
Dec 9, 2024
Merged

Include <cstdint> in generic_float.hpp #3699

merged 1 commit into from
Dec 9, 2024

Conversation

richagadgil
Copy link
Contributor

Needed to address ticket #SWDEV-498402, where required header for fixed-width integer types is missing resulting in the following errors for multiple types:

error: no type named 'uint8_t' in namespace 'std'
2024-11-14T13:09:40.241005703Z    80 |     using type = std::uint8_t;

@richagadgil richagadgil requested a review from causten as a code owner December 9, 2024 20:36
@causten causten merged commit 64fe0c5 into develop Dec 9, 2024
34 of 43 checks passed
@causten causten deleted the include_dep branch December 9, 2024 23:24
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.

3 participants