Windows: Fix improper case or missing includes.

As per mingw errors/warnings.
This commit is contained in:
Unknown W. Brackets
2021-02-14 09:25:20 -08:00
parent acd496b6c2
commit 2c165c9b6d
16 changed files with 24 additions and 16 deletions

View File

@@ -16,6 +16,7 @@
// https://github.com/hrydgard/ppsspp and http://www.ppsspp.org/.
#include "ppsspp_config.h"
#include <ctime>
#include "Common/File/FileUtil.h"
#include "Common/StringUtils.h"