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.
This commit is contained in:
Timur Ialymov
2026-08-12 14:56:10 +01:00
parent b43df72c63
commit d5cd5d5727

View File

@@ -4,6 +4,7 @@
#include <test/jtx/TestHelpers.h>
#include <test/jtx/amount.h>
#include <test/jtx/fee.h>
#include <test/jtx/flags.h>
#include <test/jtx/jtx_json.h>
#include <test/jtx/pay.h>
#include <test/jtx/ter.h>