(Windows) Fixed a MinGW compiler warning.

This commit is contained in:
Leon Styhre 2021-07-07 20:48:38 +02:00
parent 23fdc00044
commit b030ab5b8b

View file

@ -13,6 +13,7 @@
#if defined(_WIN64)
#include <winsock2.h>
// This order is required as MinGW complains if windows.h is included before winsock2.h.
#include <windows.h>
#endif