summaryrefslogtreecommitdiff
path: root/Source/Core/Common/SocketContext.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Core/Common/SocketContext.cpp')
-rw-r--r--Source/Core/Common/SocketContext.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/Core/Common/SocketContext.cpp b/Source/Core/Common/SocketContext.cpp
index f9c630c434..dcc637891a 100644
--- a/Source/Core/Common/SocketContext.cpp
+++ b/Source/Core/Common/SocketContext.cpp
@@ -2,9 +2,10 @@
// SPDX-License-Identifier: GPL-2.0-or-later
#include "Common/SocketContext.h"
-
+#ifdef _WIN32
#include "Common/Logging/Log.h"
#include "Common/Network.h"
+#endif
namespace Common
{