summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2019-12-16 22:52:22 +0100
committerMax Kellermann <max@musicpd.org>2019-12-16 22:52:22 +0100
commit1c46bb1ba634961c4e395f6211e39c99dc090dc3 (patch)
tree51518f3123eed31eaa43ecc3709dfd8577c19237
parent2e8f42c6ad9f460b666464ee93680b7a1cbf8911 (diff)
lib/gcrypt/MD5: add missing include for uint8_t
-rw-r--r--src/lib/gcrypt/MD5.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/gcrypt/MD5.hxx b/src/lib/gcrypt/MD5.hxx
index 03bfb0347..8e52fa239 100644
--- a/src/lib/gcrypt/MD5.hxx
+++ b/src/lib/gcrypt/MD5.hxx
@@ -35,6 +35,8 @@
#include <array>
+#include <stdint.h>
+
template<typename T> struct ConstBuffer;
gcc_pure