summaryrefslogtreecommitdiffstats
path: root/src/core/internal_network/sockets.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/core/internal_network/sockets.h (renamed from src/core/network/sockets.h)3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/network/sockets.h b/src/core/internal_network/sockets.h
index f889159f5..77e27e928 100644
--- a/src/core/network/sockets.h
+++ b/src/core/internal_network/sockets.h
@@ -3,6 +3,7 @@
#pragma once
+#include <map>
#include <memory>
#include <utility>
@@ -12,7 +13,7 @@
#endif
#include "common/common_types.h"
-#include "core/network/network.h"
+#include "core/internal_network/network.h"
// TODO: C++20 Replace std::vector usages with std::span