From 470585461dfbe35f616cbeb324f47092eca1ef6d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 9 Apr 2024 11:36:17 +0100 Subject: [PATCH] [CI] clang-tidy auto fixes (#1341) Fixes #1340. Please review and commit clang-tidy fixes. Co-authored-by: kuznetsss --- src/rpc/handlers/AMMInfo.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/rpc/handlers/AMMInfo.cpp b/src/rpc/handlers/AMMInfo.cpp index 7e5babaa..e28aa2c2 100644 --- a/src/rpc/handlers/AMMInfo.cpp +++ b/src/rpc/handlers/AMMInfo.cpp @@ -25,6 +25,8 @@ #include "rpc/JS.hpp" #include "rpc/RPCHelpers.hpp" #include "rpc/common/MetaProcessors.hpp" +#include "rpc/common/Specs.hpp" +#include "rpc/common/Types.hpp" #include "rpc/common/Validators.hpp" #include