We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 549aad5 commit 2ec9d7fCopy full SHA for 2ec9d7f
hashing/md5.cpp
@@ -41,6 +41,7 @@
41
#include <algorithm> /// Used for std::copy
42
#include <array> /// Used for std::array
43
#include <cassert> /// Used for assert
44
+#include <cstdint> /// for integral typedefs
45
#include <cstring> /// Used for std::memcopy
46
#include <iostream> /// Used for IO operations
47
#include <string> /// Used for strings
hashing/sha1.cpp
@@ -32,6 +32,7 @@
32
#include <algorithm> /// For std::copy
33
#include <array> /// For std::array
34
#include <cassert> /// For assert
35
36
#include <cstring> /// For std::memcopy
37
#include <iostream> /// For IO operations
38
#include <string> /// For strings
0 commit comments