mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
FileSystems: add missing header
Core/FileSystems/FileSystem.h:102:5: error: field has incomplete type 'tm' tm atime{}; ^ /usr/include/wchar.h:111:8: note: forward declaration of 'tm' struct tm; ^
This commit is contained in:
parent
633ba355ee
commit
7c5b6fc320
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@
|
|||
#include <vector>
|
||||
#include <string>
|
||||
#include <cstring>
|
||||
#include <ctime>
|
||||
|
||||
#include "Common.h"
|
||||
#include "Core/HLE/sceKernel.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue