From c7c42559cca58d33d208a09a172ddac47af743c0 Mon Sep 17 00:00:00 2001 From: Timur Ialymov Date: Mon, 10 Aug 2026 14:29:18 +0100 Subject: [PATCH] fix: Include directly in LoanBroker_test.cpp The new overflow test calls std::to_string but only relied on a transitive include for it, which clang-tidy's include-cleaner check flagged in CI. --- src/test/app/lending/LoanBroker_test.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/test/app/lending/LoanBroker_test.cpp b/src/test/app/lending/LoanBroker_test.cpp index 4f46a47453..2b05dada88 100644 --- a/src/test/app/lending/LoanBroker_test.cpp +++ b/src/test/app/lending/LoanBroker_test.cpp @@ -59,6 +59,7 @@ #include #include #include +#include #include #include #include