Skip to content

Commit

Permalink
specify include header directives in BookChanges header file
Browse files Browse the repository at this point in the history
  • Loading branch information
ckeshava committed Sep 10, 2024
1 parent a8a21bf commit e20f4a6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/xrpld/rpc/BookChanges.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,15 @@
#ifndef RIPPLE_RPC_BOOKCHANGES_H_INCLUDED
#define RIPPLE_RPC_BOOKCHANGES_H_INCLUDED

#include <xrpl/json/json_value.h>
#include <xrpl/protocol/LedgerFormats.h>
#include <xrpl/protocol/STAmount.h>
#include <xrpl/protocol/STObject.h>
#include <xrpl/protocol/TxFormats.h>
#include <xrpl/protocol/jss.h>

#include <memory>

namespace Json {
class Value;
}
Expand Down

0 comments on commit e20f4a6

Please sign in to comment.