summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorMorph <39850852+Morph1984@users.noreply.github.com>2023-07-17 23:57:39 -0400
committerGitHub <noreply@github.com>2023-07-17 23:57:39 -0400
commit3fded314f22554c867a283ca3b5c79069d96fe0d (patch)
tree633beb9295b25dfca6b7b53f07842eb366d32cb6 /src/common
parent5593bed08ad913ebc3b9ad17799391fb5289c2c3 (diff)
parent16c238e4b92fc20a8a49e2a6713366fd3cfafad8 (diff)
Merge pull request #11109 from Morph1984/net
network: Fix compilation with ENABLE_WEB_SERVICE=OFF
Diffstat (limited to 'src/common')
-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 {