From 8360ff8bc2afb20d429dc87f46c2f9378b4d8308 Mon Sep 17 00:00:00 2001 From: Denis Angell Date: Mon, 18 Mar 2024 13:03:05 +0100 Subject: [PATCH] more linting --- src/test/app/Invoke_test.cpp | 1 + src/test/jtx/impl/paychan.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/src/test/app/Invoke_test.cpp b/src/test/app/Invoke_test.cpp index 20ffd796c..06bc45a3f 100644 --- a/src/test/app/Invoke_test.cpp +++ b/src/test/app/Invoke_test.cpp @@ -17,6 +17,7 @@ */ //============================================================================== +#include #include namespace ripple { diff --git a/src/test/jtx/impl/paychan.cpp b/src/test/jtx/impl/paychan.cpp index da2ad3d38..50cbf209a 100644 --- a/src/test/jtx/impl/paychan.cpp +++ b/src/test/jtx/impl/paychan.cpp @@ -17,6 +17,7 @@ */ //============================================================================== +#include #include #include