Commit 1c46bb1b authored by Max Kellermann's avatar Max Kellermann

lib/gcrypt/MD5: add missing include for uint8_t

parent 2e8f42c6
...@@ -35,6 +35,8 @@ ...@@ -35,6 +35,8 @@
#include <array> #include <array>
#include <stdint.h>
template<typename T> struct ConstBuffer; template<typename T> struct ConstBuffer;
gcc_pure gcc_pure
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment