From fa869ce2c2b906d8b087c4e7a5f1804a74b1c522 Mon Sep 17 00:00:00 2001 From: MacroFake Date: Tue, 19 Jul 2022 14:05:01 +0200 Subject: Add missing includes to node/chainstate This is needed for the next commit --- ci/test/06_script_b.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'ci') diff --git a/ci/test/06_script_b.sh b/ci/test/06_script_b.sh index 77358f93d9..b68bfe5cf1 100755 --- a/ci/test/06_script_b.sh +++ b/ci/test/06_script_b.sh @@ -42,6 +42,7 @@ if [ "${RUN_TIDY}" = "true" ]; then " src/compat"\ " src/init"\ " src/kernel/mempool_persist.cpp"\ + " src/node/chainstate.cpp"\ " src/policy/feerate.cpp"\ " src/policy/packages.cpp"\ " src/policy/settings.cpp"\ -- cgit v1.2.3