From 7ed3277b897bd6ae97dd2c9a55f15fb9f4a92abc Mon Sep 17 00:00:00 2001 From: JCW Date: Thu, 12 Mar 2026 13:05:38 +0000 Subject: [PATCH] Fix build errors Signed-off-by: JCW --- src/xrpld/app/ledger/detail/OpenLedger.cpp | 1 + src/xrpld/app/misc/FeeVoteImpl.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/src/xrpld/app/ledger/detail/OpenLedger.cpp b/src/xrpld/app/ledger/detail/OpenLedger.cpp index a26751bc64..6e9b2c3f15 100644 --- a/src/xrpld/app/ledger/detail/OpenLedger.cpp +++ b/src/xrpld/app/ledger/detail/OpenLedger.cpp @@ -1,6 +1,7 @@ #include #include #include +#include #include #include diff --git a/src/xrpld/app/misc/FeeVoteImpl.cpp b/src/xrpld/app/misc/FeeVoteImpl.cpp index 930fea25f7..99c02f783f 100644 --- a/src/xrpld/app/misc/FeeVoteImpl.cpp +++ b/src/xrpld/app/misc/FeeVoteImpl.cpp @@ -1,4 +1,5 @@ #include +#include #include #include