aboutsummaryrefslogtreecommitdiff
path: root/src/net_processing.cpp
diff options
context:
space:
mode:
authorJorge Timón <[email protected]>2017-04-13 00:24:40 +0200
committerJorge Timón <[email protected]>2017-06-22 03:48:42 +0200
commit300851ec1690e545485e154b1a4df55bec7621ae (patch)
tree55acdf3fb3461030a5dde793c3064d5a27a079c8 /src/net_processing.cpp
parentMerge #10502: scripted-diff: Remove BOOST_FOREACH, Q_FOREACH and PAIRTYPE (diff)
downloaddiscoin-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/net_processing.cpp')
-rw-r--r--src/net_processing.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net_processing.cpp b/src/net_processing.cpp
index b9357440e..ce61a28da 100644
--- a/src/net_processing.cpp
+++ b/src/net_processing.cpp
@@ -22,6 +22,7 @@
#include "primitives/block.h"
#include "primitives/transaction.h"
#include "random.h"
+#include "reverse_iterator.h"
#include "tinyformat.h"
#include "txmempool.h"
#include "ui_interface.h"