From 69098d8cf2b12dc50c65a6857195f723ae17f55f Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Mon, 27 Jul 2015 01:35:45 -0400 Subject: [PATCH] Added "include " due to Cygwin not picking up the CRYPTOPP_CXX11 define --- oaep.cpp | 1 + zinflate.cpp | 1 + 2 files changed, 2 insertions(+) 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 diff --git a/zinflate.cpp b/zinflate.cpp index 4b6e3bea..5ba63252 100644 --- a/zinflate.cpp +++ b/zinflate.cpp @@ -6,6 +6,7 @@ // (http://www.kb.cert.org/vuls/id/368819). #include "pch.h" +#include "cryptlib.h" #include "zinflate.h" #include "trap.h"