Skip to content

Commit

Permalink
Merge pull request #3 from AntelopeIO/fix_sha3_build
Browse files Browse the repository at this point in the history
sha3.hpp: fix compile error with Boost 1.79
  • Loading branch information
linh2931 authored Aug 20, 2022
2 parents 0310c43 + dae6fbf commit b39f636
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/fc/crypto/sha3.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#include <fc/string.hpp>
#include <fc/platform_independence.hpp>
#include <fc/io/raw_fwd.hpp>
#include <boost/functional/hash.hpp>

namespace fc
{
Expand Down Expand Up @@ -111,4 +112,4 @@ struct hash<fc::sha3>
};
} // namespace boost
#include <fc/reflect/reflect.hpp>
FC_REFLECT_TYPENAME(fc::sha3)
FC_REFLECT_TYPENAME(fc::sha3)

0 comments on commit b39f636

Please sign in to comment.