From a4f3c92a03367cb15a8d7d428d65ab59d80dde26 Mon Sep 17 00:00:00 2001 From: AlexandreRouma Date: Fri, 10 Mar 2023 17:59:13 +0100 Subject: [PATCH] added missing include to legacy network lib --- core/src/utils/networking.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/core/src/utils/networking.cpp b/core/src/utils/networking.cpp index 2c8d9f59..a5e727d5 100644 --- a/core/src/utils/networking.cpp +++ b/core/src/utils/networking.cpp @@ -1,6 +1,7 @@ #include #include #include +#include namespace net {