mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-05-12 16:19:44 -06:00
Fix missing include on clang-cl
This commit is contained in:
parent
c7c206ecdc
commit
38ff48595d
@ -9,6 +9,7 @@
|
||||
|
||||
#ifdef _WIN32
|
||||
#include <winsock2.h>
|
||||
#include <ws2tcpip.h>
|
||||
#else
|
||||
#ifdef __clang__
|
||||
#pragma GCC diagnostic push
|
||||
|
||||
Loading…
Reference in New Issue
Block a user