From b08a6343a7c9d21ac5fda38204d426eba9bf292d Mon Sep 17 00:00:00 2001 From: Kittywhiskers Van Gogh <63189531+kittywhiskers@users.noreply.github.com> Date: Mon, 25 Sep 2023 20:46:43 +0530 Subject: [PATCH] refactor: add missing headers to {address,timestamp}index --- src/addressindex.h | 3 ++- src/timestampindex.h | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/addressindex.h b/src/addressindex.h index 58c496a181..5193a92bb9 100644 --- a/src/addressindex.h +++ b/src/addressindex.h @@ -8,8 +8,9 @@ #ifndef BITCOIN_ADDRESSINDEX_H #define BITCOIN_ADDRESSINDEX_H -#include #include +#include +#include #include #include diff --git a/src/timestampindex.h b/src/timestampindex.h index a1e300bfda..42c34ee55e 100644 --- a/src/timestampindex.h +++ b/src/timestampindex.h @@ -8,6 +8,7 @@ #ifndef BITCOIN_TIMESTAMPINDEX_H #define BITCOIN_TIMESTAMPINDEX_H +#include #include struct CTimestampIndexIteratorKey {