From 18de60c399f5e31cfaca0478cea435657e7b72da Mon Sep 17 00:00:00 2001 From: Ed Hennis Date: Tue, 30 Jun 2026 18:11:39 -0400 Subject: [PATCH] clang-tidy: missing headers --- src/test/app/LoanBroker_test.cpp | 1 + src/test/protocol/STNumber_test.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/src/test/app/LoanBroker_test.cpp b/src/test/app/LoanBroker_test.cpp index e74c8a9793..baa5978e8c 100644 --- a/src/test/app/LoanBroker_test.cpp +++ b/src/test/app/LoanBroker_test.cpp @@ -52,6 +52,7 @@ #include #include +#include #include #include #include diff --git a/src/test/protocol/STNumber_test.cpp b/src/test/protocol/STNumber_test.cpp index 08b4526251..9efea2b258 100644 --- a/src/test/protocol/STNumber_test.cpp +++ b/src/test/protocol/STNumber_test.cpp @@ -9,6 +9,7 @@ #include #include +#include #include #include #include