diff --git a/src/xrpld/app/hook/applyHook.h b/src/xrpld/app/hook/applyHook.h index 97b0e5e92..df553d2ea 100644 --- a/src/xrpld/app/hook/applyHook.h +++ b/src/xrpld/app/hook/applyHook.h @@ -15,7 +15,7 @@ #include #include #include -#include +#include #include #include @@ -175,7 +175,7 @@ struct HookResult false; // hook_again allows strong pre-apply to nominate // additional weak post-apply execution std::shared_ptr provisionalMeta; - std::set> + std::set> foreignStateGrantCache; // add found grants here to avoid rechecking };