Skip to content

Commit c616a1d

Browse files
authored
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; | ^~~~~~~~
1 parent ebc2b79 commit c616a1d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/network/protocols/ranking.hpp

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
#include <map>
2323
#include <memory>
2424
#include <vector>
25+
#include <stdint.h>
2526

2627
class XMLNode;
2728
class NetworkPlayerProfile;

0 commit comments

Comments
 (0)