diff options
Diffstat (limited to 'test/buildtool/crypto/hasher.test.cpp')
-rw-r--r-- | test/buildtool/crypto/hasher.test.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/buildtool/crypto/hasher.test.cpp b/test/buildtool/crypto/hasher.test.cpp index 4f5e8448..8414cc81 100644 --- a/test/buildtool/crypto/hasher.test.cpp +++ b/test/buildtool/crypto/hasher.test.cpp @@ -12,11 +12,12 @@ // See the License for the specific language governing permissions and // limitations under the License. +#include "src/buildtool/crypto/hasher.hpp" + #include <string> #include <utility> // std::move #include "catch2/catch_test_macros.hpp" -#include "src/buildtool/crypto/hasher.hpp" template <Hasher::HashType type> void test_increment_hash(std::string const& bytes, std::string const& result) { |