From 0cb7989c794ea5d179ee7ad3abd02448327d7a00 Mon Sep 17 00:00:00 2001 From: Brian Cox Date: Sun, 11 Dec 2016 00:44:06 -0800 Subject: [PATCH] Tweak a missing include --- src/cryptlib/asn.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cryptlib/asn.cpp b/src/cryptlib/asn.cpp index a0eb77a..d5265e6 100644 --- a/src/cryptlib/asn.cpp +++ b/src/cryptlib/asn.cpp @@ -4,6 +4,7 @@ #include "asn.h" #include "misc.h" #include +#include unsigned int DERLengthEncode(unsigned int length, byte *output) {