summaryrefslogtreecommitdiff
path: root/src/lib/gcrypt/MD5.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/gcrypt/MD5.hxx')
-rw-r--r--src/lib/gcrypt/MD5.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/gcrypt/MD5.hxx b/src/lib/gcrypt/MD5.hxx
index 2944acb70..7e2d81176 100644
--- a/src/lib/gcrypt/MD5.hxx
+++ b/src/lib/gcrypt/MD5.hxx
@@ -34,8 +34,7 @@
#include "util/Compiler.h"
#include <array>
-
-#include <stdint.h>
+#include <cstdint>
template<typename T> struct ConstBuffer;