[Project64] Add time.h header for record last save time

This commit is contained in:
zilmar 2016-06-05 11:42:43 +10:00
parent 7c6379827d
commit 4d43ac378c
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@
#include <Project64-core/Debugger.h>
#include <Common/Util.h>
#include <float.h>
#include <time.h>
#if defined(ANDROID)
#include <utime.h>
#endif