From 47ccc8dcf0d4a59486162d2eb15c99dab03f6c3e Mon Sep 17 00:00:00 2001 From: Mirek Kratochvil Date: Sun, 15 Sep 2013 15:33:47 +0200 Subject: [PATCH] algos_enc: forgotten stdint include --- src/algos_enc.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/algos_enc.cpp b/src/algos_enc.cpp index 8e96ba9..e2c6c28 100644 --- a/src/algos_enc.cpp +++ b/src/algos_enc.cpp @@ -105,6 +105,7 @@ int algo_mceqd256::create_keypair (sencode**pub, sencode**priv, prng&rng) */ #include "rmd_hash.h" +#include static void msg_pad_length (const std::vector& msg, byte&start, byte&end) {