aboutsummaryrefslogtreecommitdiff
path: root/src/common/Cryptography/RSA.h
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2017-12-25 21:51:20 +0100
committerShauren <shauren.trinity@gmail.com>2017-12-25 21:51:20 +0100
commit2628daadeb98a078cdc98657c4ed4aa27e84c5d8 (patch)
tree915690a3bdc7665f2899196b01ad37965616e858 /src/common/Cryptography/RSA.h
parent6a4c40126d52aeb2eb47eac6992fa884cb17acc3 (diff)
Nopch build fix2
Diffstat (limited to 'src/common/Cryptography/RSA.h')
-rw-r--r--src/common/Cryptography/RSA.h1
1 files changed, 1 insertions, 0 deletions
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 <openssl/rsa.h>
+#include <string>
#include <type_traits>
namespace Trinity