From 0793fbe8262973b6707638dac9c6aaaf4913194e Mon Sep 17 00:00:00 2001 From: Aaron Fu <51936236+b1aafulei@users.noreply.github.com> Date: Wed, 1 Sep 2021 17:54:53 +0800 Subject: [PATCH] Add boost header include for specializing boost::hash --- include/fc/crypto/sha256.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/fc/crypto/sha256.hpp b/include/fc/crypto/sha256.hpp index bef0fea68..d4af5ec09 100644 --- a/include/fc/crypto/sha256.hpp +++ b/include/fc/crypto/sha256.hpp @@ -3,6 +3,7 @@ #include #include #include +#include namespace fc {