mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 13:30:02 +00:00
Merge pull request #17366 from nekopsykose/int64
FileSystem: add missing <cstdint> header
This commit is contained in:
commit
f11d035c29
@ -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