From 9c3d4539b820b34ca112dedbaf2ed5262c003ace Mon Sep 17 00:00:00 2001 From: Maksim Denisov Date: Thu, 14 Nov 2024 09:44:47 +0100 Subject: tests: Implement IWYU suggestions --- test/buildtool/crypto/hash_function.test.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'test/buildtool/crypto/hash_function.test.cpp') diff --git a/test/buildtool/crypto/hash_function.test.cpp b/test/buildtool/crypto/hash_function.test.cpp index 89c073f4..dde935a9 100644 --- a/test/buildtool/crypto/hash_function.test.cpp +++ b/test/buildtool/crypto/hash_function.test.cpp @@ -18,6 +18,7 @@ #include // std::move #include "catch2/catch_test_macros.hpp" +#include "src/buildtool/crypto/hasher.hpp" TEST_CASE("Hash Function", "[crypto]") { std::string bytes{"test"}; -- cgit v1.2.3