Skip to content

Commit

Permalink
add missing include for std::transform
Browse files Browse the repository at this point in the history
  • Loading branch information
tfussell committed Apr 19, 2017
1 parent 83ea1ff commit ca17462
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/detail/crypto/sha.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
// @license: http://www.opensource.org/licenses/mit-license.php
// @author: see AUTHORS file

#include <algorithm>
#include <array>
#include <cstring>
#include <iomanip>
Expand Down

0 comments on commit ca17462

Please sign in to comment.