summaryrefslogtreecommitdiffstats
path: root/src/common/socket_types.h
diff options
context:
space:
mode:
authorMorph <39850852+Morph1984@users.noreply.github.com>2023-07-17 21:38:28 +0200
committerMorph <39850852+Morph1984@users.noreply.github.com>2023-07-17 21:46:24 +0200
commite0fb1d3d172d4372a1216e939b3cac941782b09e (patch)
tree7fbcd2deee057367f169f899559f21a549a04868 /src/common/socket_types.h
parentnetwork: Forward declarations (diff)
downloadyuzu-e0fb1d3d172d4372a1216e939b3cac941782b09e.tar
yuzu-e0fb1d3d172d4372a1216e939b3cac941782b09e.tar.gz
yuzu-e0fb1d3d172d4372a1216e939b3cac941782b09e.tar.bz2
yuzu-e0fb1d3d172d4372a1216e939b3cac941782b09e.tar.lz
yuzu-e0fb1d3d172d4372a1216e939b3cac941782b09e.tar.xz
yuzu-e0fb1d3d172d4372a1216e939b3cac941782b09e.tar.zst
yuzu-e0fb1d3d172d4372a1216e939b3cac941782b09e.zip
Diffstat (limited to '')
-rw-r--r--src/common/socket_types.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/common/socket_types.h b/src/common/socket_types.h
index b2191c2e8..63824a5c4 100644
--- a/src/common/socket_types.h
+++ b/src/common/socket_types.h
@@ -3,9 +3,10 @@
#pragma once
-#include "common/common_types.h"
-
#include <optional>
+#include <string>
+
+#include "common/common_types.h"
namespace Network {