diff --git a/include/fc/crypto/sha256.hpp b/include/fc/crypto/sha256.hpp index a9815da..0adc2ac 100644 --- a/include/fc/crypto/sha256.hpp +++ b/include/fc/crypto/sha256.hpp @@ -3,6 +3,7 @@ #include #include #include +#include namespace fc { @@ -133,7 +134,6 @@ namespace std }; } -/* namespace boost { template<> @@ -145,7 +145,6 @@ namespace boost } }; } -*/ #include FC_REFLECT_TYPENAME( fc::sha256 )