aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorJorge Timón <jtimon@jtimon.cc>2017-04-13 00:24:40 +0200
committerJorge Timón <jtimon@jtimon.cc>2017-06-22 03:48:42 +0200
commit300851ec1690e545485e154b1a4df55bec7621ae (patch)
tree55acdf3fb3461030a5dde793c3064d5a27a079c8 /src/Makefile.am
parent1ad3d4e1261f4a444d982a1470c257c78233bda3 (diff)
downloadbitcoin-300851ec1690e545485e154b1a4df55bec7621ae.tar.xz
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/Makefile.am')
-rw-r--r--src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 9b9dd89f68..a37c6a502b 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -124,6 +124,7 @@ BITCOIN_CORE_H = \
pow.h \
protocol.h \
random.h \
+ reverse_iterator.h \
reverselock.h \
rpc/blockchain.h \
rpc/client.h \