From 55d7e389d079b824be531e33bfb0ac218dc26241 Mon Sep 17 00:00:00 2001 From: Timur Ialymov Date: Thu, 20 Aug 2026 14:36:22 +0100 Subject: [PATCH] test: Include the header the credential pin bound comes from clang-tidy's include-cleaner wants the header that declares kMaxDeletablePseudoAccountCredentials to be included directly, not reached through VaultTestBase.h. --- src/test/app/vault/VaultBugs_test.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/test/app/vault/VaultBugs_test.cpp b/src/test/app/vault/VaultBugs_test.cpp index e2c216c764..7777ffb6d5 100644 --- a/src/test/app/vault/VaultBugs_test.cpp +++ b/src/test/app/vault/VaultBugs_test.cpp @@ -20,6 +20,7 @@ #include #include #include +#include #include #include #include