You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
src/network/protocols/ranking.hpp: add missing <stdint.h> include (#5346)
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;
| ^~~~~~~~
0 commit comments