(Windows) Fixed a MinGW compiler warning.

This commit is contained in:
Leon Styhre 2022-04-12 00:18:51 +02:00
parent 45af7441e9
commit 4d4ceae6c9

View file

@ -9,6 +9,11 @@
#include "guis/GuiMenu.h"
#if defined(_WIN64)
// Why this is needed here is anyone's guess but without it the compilation fails.
#include <winsock2.h>
#endif
#include "CollectionSystemsManager.h"
#include "EmulationStation.h"
#include "FileFilterIndex.h"