mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 06:05:38 +00:00
(Windows) Fixed a MinGW compiler warning.
This commit is contained in:
parent
45af7441e9
commit
4d4ceae6c9
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue