refactor: add missing headers to {address,timestamp}index

This commit is contained in:
Kittywhiskers Van Gogh 2023-09-25 20:46:43 +05:30
parent f47021a536
commit b08a6343a7
2 changed files with 3 additions and 1 deletions

View File

@ -8,8 +8,9 @@
#ifndef BITCOIN_ADDRESSINDEX_H #ifndef BITCOIN_ADDRESSINDEX_H
#define BITCOIN_ADDRESSINDEX_H #define BITCOIN_ADDRESSINDEX_H
#include <uint256.h>
#include <amount.h> #include <amount.h>
#include <serialize.h>
#include <uint256.h>
#include <chrono> #include <chrono>
#include <tuple> #include <tuple>

View File

@ -8,6 +8,7 @@
#ifndef BITCOIN_TIMESTAMPINDEX_H #ifndef BITCOIN_TIMESTAMPINDEX_H
#define BITCOIN_TIMESTAMPINDEX_H #define BITCOIN_TIMESTAMPINDEX_H
#include <serialize.h>
#include <uint256.h> #include <uint256.h>
struct CTimestampIndexIteratorKey { struct CTimestampIndexIteratorKey {