From dbb8d9eedd8cd1c3da4478875be4dc9a2bf8997b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 10:15:49 +0100 Subject: [PATCH] style: clang-tidy auto fixes (#1631) Fixes #1630. Please review and commit clang-tidy fixes. Co-authored-by: kuznetsss <15742918+kuznetsss@users.noreply.github.com> --- tests/common/util/TestWsServer.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/common/util/TestWsServer.cpp b/tests/common/util/TestWsServer.cpp index 1d7a0e3d..16671618 100644 --- a/tests/common/util/TestWsServer.cpp +++ b/tests/common/util/TestWsServer.cpp @@ -43,9 +43,11 @@ #include #include +#include #include #include #include +#include #include #include