aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2017-12-25 21:47:21 +0100
committerShauren <shauren.trinity@gmail.com>2017-12-25 21:47:21 +0100
commit6a4c40126d52aeb2eb47eac6992fa884cb17acc3 (patch)
tree90127ea31b4eb036d4bed648ba0a5b85d3daf78d
parente161769c4f331cd6f6cb822cb76d11715ba4b003 (diff)
Nopch build fix
-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 a55751bfd7c..1eac7c7c06e 100644
--- a/src/common/Cryptography/RSA.h
+++ b/src/common/Cryptography/RSA.h
@@ -15,6 +15,7 @@
* with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+#include "Define.h"
#include <openssl/rsa.h>
#include <type_traits>