summaryrefslogtreecommitdiffstats
path: root/src/core/internal_network/sockets.h
diff options
context:
space:
mode:
authorMorph <39850852+Morph1984@users.noreply.github.com>2023-07-18 05:57:39 +0200
committerGitHub <noreply@github.com>2023-07-18 05:57:39 +0200
commit3fded314f22554c867a283ca3b5c79069d96fe0d (patch)
tree633beb9295b25dfca6b7b53f07842eb366d32cb6 /src/core/internal_network/sockets.h
parentMerge pull request #10934 from abouvier/cmake-vma (diff)
parentssl: Link with crypt32 for secure channel backend (diff)
downloadyuzu-3fded314f22554c867a283ca3b5c79069d96fe0d.tar
yuzu-3fded314f22554c867a283ca3b5c79069d96fe0d.tar.gz
yuzu-3fded314f22554c867a283ca3b5c79069d96fe0d.tar.bz2
yuzu-3fded314f22554c867a283ca3b5c79069d96fe0d.tar.lz
yuzu-3fded314f22554c867a283ca3b5c79069d96fe0d.tar.xz
yuzu-3fded314f22554c867a283ca3b5c79069d96fe0d.tar.zst
yuzu-3fded314f22554c867a283ca3b5c79069d96fe0d.zip
Diffstat (limited to 'src/core/internal_network/sockets.h')
-rw-r--r--src/core/internal_network/sockets.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/internal_network/sockets.h b/src/core/internal_network/sockets.h
index 46a53ef79..4ba51f62c 100644
--- a/src/core/internal_network/sockets.h
+++ b/src/core/internal_network/sockets.h
@@ -15,12 +15,13 @@
#include "common/common_types.h"
#include "core/internal_network/network.h"
-#include "network/network.h"
// TODO: C++20 Replace std::vector usages with std::span
namespace Network {
+struct ProxyPacket;
+
class SocketBase {
public:
#ifdef YUZU_UNIX