lib/gcrypt/MD5: add missing include for uint8_t
This commit is contained in:
parent
2e8f42c6ad
commit
1c46bb1ba6
@ -35,6 +35,8 @@
|
||||
|
||||
#include <array>
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
template<typename T> struct ConstBuffer;
|
||||
|
||||
gcc_pure
|
||||
|
Loading…
x
Reference in New Issue
Block a user