From 4e9df8b5c351eec3ef614982367f5ee1b87f1de3 Mon Sep 17 00:00:00 2001 From: Pratik Mankawde <3397372+pratikmankawde@users.noreply.github.com> Date: Wed, 8 Jul 2026 15:40:38 +0100 Subject: [PATCH] fix(telemetry): add missing include for std::size_t in SpanGuard.h Co-Authored-By: Claude Opus 4.6 --- include/xrpl/telemetry/SpanGuard.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/xrpl/telemetry/SpanGuard.h b/include/xrpl/telemetry/SpanGuard.h index d5e3a5781f..b0a937b9f3 100644 --- a/include/xrpl/telemetry/SpanGuard.h +++ b/include/xrpl/telemetry/SpanGuard.h @@ -122,6 +122,7 @@ exposed — all interaction goes through the public methods. */ +#include #include #include #include