From d5cd5d572786d86b5cbaa6b01f776408c3d93d89 Mon Sep 17 00:00:00 2001 From: Timur Ialymov Date: Wed, 12 Aug 2026 14:56:10 +0100 Subject: [PATCH] fix: Include the jtx flags header directly in LoanPay_test.cpp The new repayment test calls fset, which was reaching the file only transitively through LoanTestBase.h, so misc-include-cleaner rejected it. --- src/test/app/lending/LoanPay_test.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/test/app/lending/LoanPay_test.cpp b/src/test/app/lending/LoanPay_test.cpp index 28623a3411..0f964fe6cd 100644 --- a/src/test/app/lending/LoanPay_test.cpp +++ b/src/test/app/lending/LoanPay_test.cpp @@ -4,6 +4,7 @@ #include #include #include +#include #include #include #include