From 828fea6e30221a452a9357f89afe99cbe716782a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 08:55:57 +0000 Subject: [PATCH] [CI] clang-tidy auto fixes (#1291) Fixes #1290. Please review and commit clang-tidy fixes. Co-authored-by: kuznetsss --- unittests/rpc/handlers/LedgerEntryTests.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/unittests/rpc/handlers/LedgerEntryTests.cpp b/unittests/rpc/handlers/LedgerEntryTests.cpp index eeaa6b5f..9d9f4b28 100644 --- a/unittests/rpc/handlers/LedgerEntryTests.cpp +++ b/unittests/rpc/handlers/LedgerEntryTests.cpp @@ -30,6 +30,7 @@ #include #include #include +#include #include #include #include