From 0bc383ada9ddac079d4a5bfa71a92058c9bd333b Mon Sep 17 00:00:00 2001 From: Ed Hennis Date: Tue, 8 Jul 2025 20:14:54 -0400 Subject: [PATCH] Fix build errors --- src/test/app/SHAMapStore_test.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/test/app/SHAMapStore_test.cpp b/src/test/app/SHAMapStore_test.cpp index 06ba645cdb..9a6edceb54 100644 --- a/src/test/app/SHAMapStore_test.cpp +++ b/src/test/app/SHAMapStore_test.cpp @@ -20,6 +20,7 @@ #include #include +#include #include #include #include @@ -39,6 +40,7 @@ class SHAMapStore_test : public beast::unit_test::suite static auto onlineDelete(std::unique_ptr cfg) { + using namespace jtx; return online_delete(std::move(cfg), deleteInterval); }