Skip to content

Commit 5d6fa2b

Browse files
Update hashing/md5.cpp
1 parent 929af50 commit 5d6fa2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hashing/md5.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
#include <algorithm> /// Used for std::copy
4242
#include <array> /// Used for std::array
4343
#include <cassert> /// Used for assert
44-
#include <cstdint> /// for integral typedefs
44+
#include <cstdint>
4545
#include <cstring> /// Used for std::memcopy
4646
#include <iostream> /// Used for IO operations
4747
#include <string> /// Used for strings

0 commit comments

Comments
 (0)