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

@ -19,6 +19,7 @@
#define _POSIX_THREAD_SAFE_FUNCTIONS 200112L
#endif
#include <ctime>
#include <thread>
#include "Common/Data/Text/I18n.h"