From be9cc0df5bb4a8cabf42804f7fbe19bc85332de6 Mon Sep 17 00:00:00 2001 From: Pratik Mankawde <3397372+pratikmankawde@users.noreply.github.com> Date: Thu, 11 Jun 2026 18:59:28 +0100 Subject: [PATCH] fix(telemetry): correct BasicConfig.h include path in phase-2 test src/tests/libxrpl/telemetry/TelemetryConfig.cpp included , but the header lives at (the phase-1b layout). This broke the build-test job on phase-2 (and phase-3) across all platforms with a "file not found" fatal error. The fix already exists on phase-4+; backport it to the branch that introduced the test so each PR builds on its own. Co-Authored-By: Claude Opus 4.8 --- src/tests/libxrpl/telemetry/TelemetryConfig.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests/libxrpl/telemetry/TelemetryConfig.cpp b/src/tests/libxrpl/telemetry/TelemetryConfig.cpp index 137b30a62f..c8469bb44b 100644 --- a/src/tests/libxrpl/telemetry/TelemetryConfig.cpp +++ b/src/tests/libxrpl/telemetry/TelemetryConfig.cpp @@ -1,5 +1,5 @@ -#include #include +#include #include #include