Build: Fix MinGW compilation

This commit is contained in:
Jonathan G Rennison
2023-09-03 21:56:35 +01:00
parent be13d8d970
commit ed0ee16bf9

View File

@@ -17,6 +17,10 @@
#include <thread> #include <thread>
#include <windows.h> #include <windows.h>
#if defined(__MINGW32__)
#include "../../3rdparty/mingw-std-threads/mingw.thread.h"
#endif
#include "../../safeguards.h" #include "../../safeguards.h"
extern std::string SurveyMemoryToText(uint64_t memory); extern std::string SurveyMemoryToText(uint64_t memory);