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

src/network/protocols/ranking.hpp: add missing <stdint.h> include #5346

Merged
merged 1 commit into from
Mar 1, 2025

Conversation

trofi
Copy link
Contributor

@trofi trofi commented Feb 28, 2025

Without the chnage the build fails on upcoming gcc-15 as:

/build/source/src/network/protocols/ranking.hpp:31:5: error: 'uint32_t' does not name a type
   31 |     uint32_t online_id;
      |     ^~~~~~~~

Agreement

By creating a pull request in stk-code, you hereby agree to dual-license your contribution as
GNU General Public License version 3 or any later version and
Mozilla Public License version 2 or any later version.

This includes your previous contribution(s) under the same name of contributor.

Keep the above statement in the pull request comment for agreement.

Without the chnage the build fails on upcoming `gcc-15` as:

    /build/source/src/network/protocols/ranking.hpp:31:5: error: 'uint32_t' does not name a type
       31 |     uint32_t online_id;
          |     ^~~~~~~~
@kimden
Copy link
Contributor

kimden commented Feb 28, 2025

#5310 added <cstdint> too, I suppose at this point STK should just migrate github actions to gcc 15

@CodingJellyfish CodingJellyfish merged commit c616a1d into supertuxkart:master Mar 1, 2025
21 checks passed
@trofi trofi deleted the gcc-15-fix branch March 1, 2025 14:10
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