From c82cef3aa658a1694e32212323e1bb63b4899bac Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 16 Dec 2019 23:49:53 +0100 Subject: [PATCH] lib/crypto/MD5: add missing include for uint8_t --- src/lib/crypto/MD5.hxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lib/crypto/MD5.hxx b/src/lib/crypto/MD5.hxx index 08cd31b81..d8018b6dc 100644 --- a/src/lib/crypto/MD5.hxx +++ b/src/lib/crypto/MD5.hxx @@ -35,6 +35,8 @@ #include +#include + template struct ConstBuffer; void