From b07e52d437e33992f52b37fec7ccf9d60af1853b Mon Sep 17 00:00:00 2001 From: Matt Witherspoon <32485495+spoonincode@users.noreply.github.com> Date: Sat, 10 Jul 2021 14:28:37 -0400 Subject: [PATCH] add includes needed for boost 1.77 --- include/fc/crypto/sha256.hpp | 2 ++ include/fc/io/raw.hpp | 1 + 2 files changed, 3 insertions(+) diff --git a/include/fc/crypto/sha256.hpp b/include/fc/crypto/sha256.hpp index 591a2fa38..96c6796b0 100644 --- a/include/fc/crypto/sha256.hpp +++ b/include/fc/crypto/sha256.hpp @@ -4,6 +4,8 @@ #include #include +#include + namespace fc { diff --git a/include/fc/io/raw.hpp b/include/fc/io/raw.hpp index afab435bc..62fb508b4 100644 --- a/include/fc/io/raw.hpp +++ b/include/fc/io/raw.hpp @@ -14,6 +14,7 @@ #include #include #include +#include #include #include