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
This commit is contained in:
Jorge Timón 2017-04-13 00:24:40 +02:00
parent 1ad3d4e126
commit 300851ec16
No known key found for this signature in database
GPG key ID: A4F5D141C01A0387
7 changed files with 45 additions and 0 deletions

View file

@ -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"