Skip to content

Commit

Permalink
Fix compiler error: header missing (#1016)
Browse files Browse the repository at this point in the history
  • Loading branch information
cindyyan317 authored Dec 4, 2023
1 parent 8172670 commit c87586a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/feed/SubscriptionManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
#include "data/BackendInterface.h"
#include "data/Types.h"
#include "rpc/BookChangesHelper.h"
#include "rpc/JS.h"
#include "rpc/RPCHelpers.h"
#include "util/Assert.h"

Expand All @@ -30,6 +31,7 @@
#include <boost/json/object.hpp>
#include <boost/json/serialize.hpp>
#include <ripple/basics/base_uint.h>
#include <ripple/basics/chrono.h>
#include <ripple/basics/strHex.h>
#include <ripple/protocol/AccountID.h>
#include <ripple/protocol/Book.h>
Expand All @@ -41,6 +43,7 @@
#include <ripple/protocol/STObject.h>
#include <ripple/protocol/TER.h>
#include <ripple/protocol/TxFormats.h>
#include <ripple/protocol/jss.h>

#include <cstdint>
#include <memory>
Expand Down

0 comments on commit c87586a

Please sign in to comment.