From ca17462f43afa3c28d9a525fcdc7d0e115043b56 Mon Sep 17 00:00:00 2001 From: Thomas Fussell Date: Tue, 18 Apr 2017 20:11:16 -0400 Subject: [PATCH] add missing include for std::transform --- source/detail/crypto/sha.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/source/detail/crypto/sha.cpp b/source/detail/crypto/sha.cpp index 8d01cc07..39c9d638 100755 --- a/source/detail/crypto/sha.cpp +++ b/source/detail/crypto/sha.cpp @@ -21,6 +21,7 @@ // @license: http://www.opensource.org/licenses/mit-license.php // @author: see AUTHORS file +#include #include #include #include