mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 22:47:03 +00:00
Fix build failure with gcc-13
std::uintmax_t and std::uintptr_t need <cstdint>
This commit is contained in:
parent
9539b42143
commit
0f76e72de1
1 changed files with 1 additions and 0 deletions
|
|
@ -4,6 +4,7 @@
|
|||
#include <string_view>
|
||||
#include <vector>
|
||||
#include <cstdarg>
|
||||
#include <cstdint>
|
||||
|
||||
static void append_hex(std::string &out, std::uintmax_t value) {
|
||||
std::ostringstream buf;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue