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

Commits on Jul 21, 2023

  1. include missing <cstdint> to support gcc-13

    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 <rudi@heitbaum.com>
    Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
    Upstream: 7b5c284
    [Bernd: backported from Omega branch]
    heitbaum authored and bkuhls committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    e387e61 View commit details
    Browse the repository at this point in the history