mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-01-05 00:00:42 +01: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
|
|
@ -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…
Reference in a new issue