From 7bf6878b4b527143490854bedd5cdf439c2464bd Mon Sep 17 00:00:00 2001 From: Mayukha Vadari Date: Tue, 4 Nov 2025 14:49:45 -0500 Subject: [PATCH] fix imports --- src/test/app/HostFuncImpl_test.cpp | 2 ++ src/test/app/TestHostFunctions.h | 1 + 2 files changed, 3 insertions(+) diff --git a/src/test/app/HostFuncImpl_test.cpp b/src/test/app/HostFuncImpl_test.cpp index 3835b475a6..94a1a57b74 100644 --- a/src/test/app/HostFuncImpl_test.cpp +++ b/src/test/app/HostFuncImpl_test.cpp @@ -21,6 +21,8 @@ #include +#include + namespace ripple { namespace test { diff --git a/src/test/app/TestHostFunctions.h b/src/test/app/TestHostFunctions.h index 040db53f10..fd9e15f6b1 100644 --- a/src/test/app/TestHostFunctions.h +++ b/src/test/app/TestHostFunctions.h @@ -26,6 +26,7 @@ #include #include +#include namespace ripple {