mirror of
https://github.com/XRPLF/rippled.git
synced 2026-08-21 14:20:56 +00:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user