mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-03-16 22:20:52 +00:00
Fix windows build
This commit is contained in:
parent
3d8a99f541
commit
66a78f0d40
@ -2,11 +2,14 @@
|
||||
#include <iomanip>
|
||||
#include <sstream>
|
||||
|
||||
// prevent clang format from "optimizing" the header include order
|
||||
// clang-format off
|
||||
#include <winsock2.h>
|
||||
#include <iphlpapi.h>
|
||||
#include <windows.h>
|
||||
#include <winsock2.h>
|
||||
#include <winuser.h>
|
||||
#include <ws2tcpip.h>
|
||||
// clang-format on
|
||||
|
||||
#include <ViGEm/Client.h>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user