Skip to content

Commit

Permalink
[FOLD] Address ximinez's feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelportilla committed Mar 5, 2020
1 parent 5a20ed0 commit 2674ce0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/ripple/nodestore/Database.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,12 @@
#include <ripple/nodestore/impl/Tuning.h>
#include <ripple/nodestore/Scheduler.h>
#include <ripple/nodestore/NodeObject.h>
#include <ripple/protocol/digest.h>
#include <ripple/protocol/SystemParameters.h>

#if RIPPLE_VERIFY_NODEOBJECT_KEYS
#include <ripple/protocol/digest.h>
#endif

#include <thread>

namespace ripple {
Expand Down

0 comments on commit 2674ce0

Please sign in to comment.