From 82aeac5c0eae8cd13efaff12122a24f2ca84b8db Mon Sep 17 00:00:00 2001 From: Pratik Mankawde <3397372+pratikmankawde@users.noreply.github.com> Date: Mon, 21 Sep 2026 15:17:51 +0100 Subject: [PATCH] fix(core): include for PerfLog's job hooks jobQueue, jobStart and jobFinish take their name as std::string const&, so this header has to provide itself. The rpc hooks moved to string_view and the include went with them, which include-cleaner reports as an error. --- include/xrpl/core/PerfLog.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/xrpl/core/PerfLog.h b/include/xrpl/core/PerfLog.h index 44cc123ff7..d9b03a2fa4 100644 --- a/include/xrpl/core/PerfLog.h +++ b/include/xrpl/core/PerfLog.h @@ -11,6 +11,7 @@ #include #include #include +#include #include namespace beast {