mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04: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
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@
|
|||
#include <vector>
|
||||
#include <string>
|
||||
#include <cstring>
|
||||
#include <cstdint>
|
||||
#include <ctime>
|
||||
|
||||
#include "Common.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue