diff options
| author | Jorge Timón <[email protected]> | 2017-04-13 00:24:40 +0200 |
|---|---|---|
| committer | Jorge Timón <[email protected]> | 2017-06-22 03:48:42 +0200 |
| commit | 300851ec1690e545485e154b1a4df55bec7621ae (patch) | |
| tree | 55acdf3fb3461030a5dde793c3064d5a27a079c8 /src/checkpoints.cpp | |
| parent | Merge #10502: scripted-diff: Remove BOOST_FOREACH, Q_FOREACH and PAIRTYPE (diff) | |
| download | discoin-300851ec1690e545485e154b1a4df55bec7621ae.tar.xz discoin-300851ec1690e545485e154b1a4df55bec7621ae.zip | |
Introduce src/reverse_iterator.hpp and include it...
...where it will be needed
Taken from https://gist.github.com/arvidsson/7231973 with small
modifications to fit the bitcoin core project
Diffstat (limited to 'src/checkpoints.cpp')
| -rw-r--r-- | src/checkpoints.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/checkpoints.cpp b/src/checkpoints.cpp index 13b587653..7afc6a00f 100644 --- a/src/checkpoints.cpp +++ b/src/checkpoints.cpp @@ -6,6 +6,7 @@ #include "chain.h" #include "chainparams.h" +#include "reverse_iterator.h" #include "validation.h" #include "uint256.h" |