diff --git a/contrib/epee/include/file_io_utils.h b/contrib/epee/include/file_io_utils.h index 99932a57..295611c3 100644 --- a/contrib/epee/include/file_io_utils.h +++ b/contrib/epee/include/file_io_utils.h @@ -34,7 +34,7 @@ #include #include - +#include #ifndef MAKE64 #define MAKE64(low,high) ((__int64)(((DWORD)(low)) | ((__int64)((DWORD)(high))) << 32)) diff --git a/src/common/boost_serialization_helper.h b/src/common/boost_serialization_helper.h index cd9be4ee..ede3d26a 100644 --- a/src/common/boost_serialization_helper.h +++ b/src/common/boost_serialization_helper.h @@ -6,7 +6,7 @@ #include #include - +#include #define CHECK_PROJECT_NAME() std::string project_name = CURRENCY_NAME; ar & project_name; if(project_name != CURRENCY_NAME) {throw std::runtime_error(std::string("wrong storage file: project name in file: ") + project_name + ", expected: " + CURRENCY_NAME );}