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