From 2628daadeb98a078cdc98657c4ed4aa27e84c5d8 Mon Sep 17 00:00:00 2001 From: Shauren Date: Mon, 25 Dec 2017 21:51:20 +0100 Subject: Nopch build fix2 --- src/common/Cryptography/RSA.cpp | 4 ++++ src/common/Cryptography/RSA.h | 1 + 2 files changed, 5 insertions(+) (limited to 'src') diff --git a/src/common/Cryptography/RSA.cpp b/src/common/Cryptography/RSA.cpp index 969d00dae0f..db880b642eb 100644 --- a/src/common/Cryptography/RSA.cpp +++ b/src/common/Cryptography/RSA.cpp @@ -17,6 +17,10 @@ #include "RSA.h" #include +#include +#include +#include +#include #define CHECK_AND_DECLARE_FUNCTION_TYPE(name, publicKey, privateKey) \ static_assert(std::is_same::value, \ diff --git a/src/common/Cryptography/RSA.h b/src/common/Cryptography/RSA.h index 1eac7c7c06e..865acac2211 100644 --- a/src/common/Cryptography/RSA.h +++ b/src/common/Cryptography/RSA.h @@ -17,6 +17,7 @@ #include "Define.h" #include +#include #include namespace Trinity -- cgit v1.2.3