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