aboutsummaryrefslogtreecommitdiff
path: root/src/common/Cryptography/RSA.cpp
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.cpp
parent6a4c40126d52aeb2eb47eac6992fa884cb17acc3 (diff)
Nopch build fix2
Diffstat (limited to 'src/common/Cryptography/RSA.cpp')
-rw-r--r--src/common/Cryptography/RSA.cpp4
1 files changed, 4 insertions, 0 deletions
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 <openssl/pem.h>
+#include <algorithm>
+#include <iterator>
+#include <memory>
+#include <vector>
#define CHECK_AND_DECLARE_FUNCTION_TYPE(name, publicKey, privateKey) \
static_assert(std::is_same<decltype(&publicKey), decltype(&privateKey)>::value, \