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

[backport] include missing <cstdint> to support gcc-13 #1336

Merged
merged 1 commit into from
Jul 22, 2023
Merged

[backport] include missing <cstdint> to support gcc-13 #1336

merged 1 commit into from
Jul 22, 2023

Conversation

bkuhls
Copy link
Contributor

@bkuhls bkuhls commented Jul 21, 2023

gcc 13 moved some includes around and as a result is no longer transitively included [1]. Explicitly include it for uint{32,64}_t.

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

Signed-off-by: Rudi Heitbaum [email protected]
Signed-off-by: Bernd Kuhls [email protected]
Upstream: 7b5c284
[Bernd: backported from Omega branch]

Description

include missing cstdint header to support gcc-13, backported from #1240

Motivation and context

Fix build with gcc-13

How has this been tested?

build-tested with gcc-13

Types of change

  • Bug fix (non-breaking change which fixes an issue)

Checklist:

gcc 13 moved some includes around and as a result <cstdint> is no longer transitively
included [1]. Explicitly include it for uint{32,64}_t.

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

Signed-off-by: Rudi Heitbaum <[email protected]>
Signed-off-by: Bernd Kuhls <[email protected]>
Upstream: 7b5c284
[Bernd: backported from Omega branch]
@CastagnaIT CastagnaIT changed the title include missing <cstdint> to support gcc-13 [backport] include missing <cstdint> to support gcc-13 Jul 22, 2023
Copy link
Collaborator

@CastagnaIT CastagnaIT left a comment

Choose a reason for hiding this comment

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

thank you for the backport

@CastagnaIT CastagnaIT merged commit 7ecbdf8 into xbmc:Nexus Jul 22, 2023
9 checks passed
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.

3 participants