aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorPieter Wuille <pieter@wuille.net>2022-01-06 11:27:06 -0500
committerPieter Wuille <pieter@wuille.net>2022-01-06 11:27:06 -0500
commitc6d15c45d971fb25551b7a66a2615e3f0bee999b (patch)
tree1df3ca7f2c21021384fde074c274e184b77e783d /src/Makefile.am
parente9415075002862c684095a7679ad8ad64ae03f6f (diff)
downloadbitcoin-c6d15c45d971fb25551b7a66a2615e3f0bee999b.tar.xz
[moveonly] Move MapIntoRange() to separate util/fastrange.h
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 b946a325c9..0b177480c8 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -240,6 +240,7 @@ BITCOIN_CORE_H = \
util/check.h \
util/epochguard.h \
util/error.h \
+ util/fastrange.h \
util/fees.h \
util/getuniquepath.h \
util/golombrice.h \