From 38191dcc00954cfa8278fb581615ce52834bf8d3 Mon Sep 17 00:00:00 2001 From: John Jones Date: Thu, 29 Mar 2018 15:34:15 -0500 Subject: [PATCH] added boost hash header --- include/fc/crypto/sha256.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 )