summaryrefslogtreecommitdiff
path: root/oaep.cpp
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2015-07-27 01:35:45 -0400
committerJeffrey Walton <noloader@gmail.com>2015-07-27 01:35:45 -0400
commit69098d8cf2b12dc50c65a6857195f723ae17f55f (patch)
treeb36484872d2d9a89b07b4133b0b1c5479194de31 /oaep.cpp
parent66ff5e14f1b83cef74cd50e05ce11b364a2432e4 (diff)
downloadcryptopp-git-69098d8cf2b12dc50c65a6857195f723ae17f55f.tar.gz
Added "include <cryptlib.h>" due to Cygwin not picking up the CRYPTOPP_CXX11 define
Diffstat (limited to 'oaep.cpp')
-rw-r--r--oaep.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/oaep.cpp b/oaep.cpp
index 93a535fc..2caa5441 100644
--- a/oaep.cpp
+++ b/oaep.cpp
@@ -4,6 +4,7 @@
#ifndef CRYPTOPP_IMPORTS
+#include "cryptlib.h"
#include "oaep.h"
#include <functional>