aboutsummaryrefslogtreecommitdiff
path: root/src/txdb.h
diff options
context:
space:
mode:
authorMacroFake <falke.marco@gmail.com>2022-07-19 14:15:31 +0200
committerMacroFake <falke.marco@gmail.com>2022-07-19 14:12:33 +0200
commitfa77fdd0475fa15a1a3641c5d5a2bf7ad095aa84 (patch)
treeb8fbfdff54f7175f8ae0d342d6a7186bbac10c32 /src/txdb.h
parentfa869ce2c2b906d8b087c4e7a5f1804a74b1c522 (diff)
downloadbitcoin-fa77fdd0475fa15a1a3641c5d5a2bf7ad095aa84.tar.xz
Add missing includes
They are needed, otherwise the next commit will not compile
Diffstat (limited to 'src/txdb.h')
-rw-r--r--src/txdb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/txdb.h b/src/txdb.h
index faa543b412..a04596f7bb 100644
--- a/src/txdb.h
+++ b/src/txdb.h
@@ -8,6 +8,7 @@
#include <coins.h>
#include <dbwrapper.h>
+#include <sync.h>
#include <memory>
#include <optional>