From 39ec8fb9011302e922845e5f07a1385b48de16ff Mon Sep 17 00:00:00 2001 From: tequ Date: Mon, 28 Oct 2024 16:02:16 +0900 Subject: [PATCH] fix: build error `no type named 'Reader' in namespace 'Json'` --- src/ripple/app/hook/impl/applyHook.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ripple/app/hook/impl/applyHook.cpp b/src/ripple/app/hook/impl/applyHook.cpp index e0669d874..162e0a15e 100644 --- a/src/ripple/app/hook/impl/applyHook.cpp +++ b/src/ripple/app/hook/impl/applyHook.cpp @@ -29,6 +29,7 @@ #include #include #include +#include using namespace ripple; // check if any std::optionals are missing (any !has_value())