mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 05:19:56 +00:00
FileSystem: add missing <cstdint> header
needed for sized intXX_t types, fixes the build against gcc13
This commit is contained in:
parent
4a92275042
commit
ea0d5a2abc
@ -20,6 +20,7 @@
|
||||
#include <vector>
|
||||
#include <string>
|
||||
#include <cstring>
|
||||
#include <cstdint>
|
||||
#include <ctime>
|
||||
|
||||
#include "Common.h"
|
||||
|
Loading…
Reference in New Issue
Block a user