Fix: [MinGW] Set minimum OS version to Windows XP (#9135)

This commit is contained in:
Loïc Guilloux
2021-04-29 14:26:08 +02:00
committed by GitHub
parent 20ac0b4148
commit 356bbbb90a
5 changed files with 18 additions and 13 deletions

View File

@@ -19,7 +19,6 @@
* <li>repeat this until everything is done, and flush any remaining output to file
* </ol>
*/
#include <deque>
#include "../stdafx.h"
#include "../debug.h"
@@ -44,6 +43,7 @@
#include "../fios.h"
#include "../error.h"
#include <atomic>
#include <deque>
#include <string>
#ifdef __EMSCRIPTEN__
# include <emscripten.h>