Added "include <cryptlib.h>" due to Cygwin not picking up the CRYPTOPP_CXX11 define

pull/35/head
Jeffrey Walton 2015-07-27 01:35:45 -04:00
parent 66ff5e14f1
commit 69098d8cf2
2 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,7 @@
#ifndef CRYPTOPP_IMPORTS #ifndef CRYPTOPP_IMPORTS
#include "cryptlib.h"
#include "oaep.h" #include "oaep.h"
#include <functional> #include <functional>

View File

@ -6,6 +6,7 @@
// (http://www.kb.cert.org/vuls/id/368819). // (http://www.kb.cert.org/vuls/id/368819).
#include "pch.h" #include "pch.h"
#include "cryptlib.h"
#include "zinflate.h" #include "zinflate.h"
#include "trap.h" #include "trap.h"