Fix windows build

This commit is contained in:
loki 2021-05-19 09:42:38 +02:00
parent 3d8a99f541
commit 66a78f0d40

View File

@ -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>