diff options
author | MarcoFalke <falke.marco@gmail.com> | 2021-04-18 17:09:48 +0200 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2021-04-27 10:36:23 +0200 |
commit | fadafab83379ff10d86ada179c6f9641d19464fe (patch) | |
tree | 88dd8aafc84abf3c96e261f2a6436e0f3834300e /src/index | |
parent | fa7e64d58615fffea91cd64dc4a2790221ceff0a (diff) |
move-only: Move functions to blockstorage
Diffstat (limited to 'src/index')
-rw-r--r-- | src/index/txindex.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/index/txindex.cpp b/src/index/txindex.cpp index f41985c344..50fe3040a1 100644 --- a/src/index/txindex.cpp +++ b/src/index/txindex.cpp @@ -4,6 +4,7 @@ #include <index/disktxpos.h> #include <index/txindex.h> +#include <node/blockstorage.h> #include <node/ui_interface.h> #include <shutdown.h> #include <util/system.h> |