From f2bf6435584d03f2142c0082a044d117761dedad Mon Sep 17 00:00:00 2001 From: R-Goc Date: Thu, 4 Dec 2025 21:43:33 +0100 Subject: [PATCH] WebContent: Add missing includes on Windows After header cleanup there were some includes missing when compiling for windows not affecting other platforms because of ifdefs. --- Services/WebContent/ConnectionFromClient.cpp | 1 + Services/WebContent/main.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/Services/WebContent/ConnectionFromClient.cpp b/Services/WebContent/ConnectionFromClient.cpp index 031db584965..56355844f4a 100644 --- a/Services/WebContent/ConnectionFromClient.cpp +++ b/Services/WebContent/ConnectionFromClient.cpp @@ -12,6 +12,7 @@ #include #include #include +#include #include #include #include diff --git a/Services/WebContent/main.cpp b/Services/WebContent/main.cpp index a127779baa5..4334192f96f 100644 --- a/Services/WebContent/main.cpp +++ b/Services/WebContent/main.cpp @@ -10,6 +10,7 @@ #include #include #include +#include #include #include #include