From 38ff48595d3bbfd010e21e75990f221976042716 Mon Sep 17 00:00:00 2001 From: Megamouse Date: Thu, 26 Jun 2025 20:03:58 +0200 Subject: [PATCH] Fix missing include on clang-cl --- rpcs3/Emu/NP/rpcn_client.h | 1 + 1 file changed, 1 insertion(+) diff --git a/rpcs3/Emu/NP/rpcn_client.h b/rpcs3/Emu/NP/rpcn_client.h index e3d2fb0299..28200d7a2f 100644 --- a/rpcs3/Emu/NP/rpcn_client.h +++ b/rpcs3/Emu/NP/rpcn_client.h @@ -9,6 +9,7 @@ #ifdef _WIN32 #include +#include #else #ifdef __clang__ #pragma GCC diagnostic push