Skip to content

Commit ac91c01

Browse files
Update hashing/sha1.cpp
1 parent 5d6fa2b commit ac91c01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hashing/sha1.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
#include <algorithm> /// For std::copy
3333
#include <array> /// For std::array
3434
#include <cassert> /// For assert
35-
#include <cstdint> /// for integral typedefs
35+
#include <cstdint>
3636
#include <cstring> /// For std::memcopy
3737
#include <iostream> /// For IO operations
3838
#include <string> /// For strings

0 commit comments

Comments
 (0)