Skip to content

Commit 9b56ca1

Browse files
The9CatCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 2452b03 commit 9b56ca1

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

utils/Test/testmd5.cc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
// This test verifies that QuickDigest5 correctly computes the MD5
22
// hash of a file
33

4-
#include <iostream>
4+
#include <cstdlib>
55
#include <filesystem>
6-
6+
#include <iostream>
7+
#include <string>
78
#include "quickdigest5.hpp"
89

910
#include "exputils.H" // For get_md5sum which uses the system's md5sum

0 commit comments

Comments
 (0)