mirror of
https://github.com/dashpay/dash.git
synced 2024-12-24 19:42:46 +01:00
refactor: add missing headers to {address,timestamp}index
This commit is contained in:
parent
f47021a536
commit
b08a6343a7
@ -8,8 +8,9 @@
|
||||
#ifndef BITCOIN_ADDRESSINDEX_H
|
||||
#define BITCOIN_ADDRESSINDEX_H
|
||||
|
||||
#include <uint256.h>
|
||||
#include <amount.h>
|
||||
#include <serialize.h>
|
||||
#include <uint256.h>
|
||||
|
||||
#include <chrono>
|
||||
#include <tuple>
|
||||
|
@ -8,6 +8,7 @@
|
||||
#ifndef BITCOIN_TIMESTAMPINDEX_H
|
||||
#define BITCOIN_TIMESTAMPINDEX_H
|
||||
|
||||
#include <serialize.h>
|
||||
#include <uint256.h>
|
||||
|
||||
struct CTimestampIndexIteratorKey {
|
||||
|
Loading…
Reference in New Issue
Block a user