From 2d81f5b3b36dac7018a215d17c518646ab0efb75 Mon Sep 17 00:00:00 2001 From: Pratik Mankawde <3397372+pratikmankawde@users.noreply.github.com> Date: Thu, 21 May 2026 17:20:19 +0100 Subject: [PATCH] includes order fixed Signed-off-by: Pratik Mankawde <3397372+pratikmankawde@users.noreply.github.com> --- src/test/rpc/GetAggregatePrice_test.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/test/rpc/GetAggregatePrice_test.cpp b/src/test/rpc/GetAggregatePrice_test.cpp index 8abe3b905d..1333476788 100644 --- a/src/test/rpc/GetAggregatePrice_test.cpp +++ b/src/test/rpc/GetAggregatePrice_test.cpp @@ -6,12 +6,18 @@ #include #include +#include #include +#include +#include #include #include +#include +#include #include #include +#include #include #include #include