Added config.h due to privately reported issue

pull/75/head
Jeffrey Walton 2015-11-19 16:48:56 -05:00
parent b3e49d8c96
commit baa19fb2b4
2 changed files with 3 additions and 1 deletions

1
3way.h
View File

@ -7,6 +7,7 @@
#ifndef CRYPTOPP_THREEWAY_H
#define CRYPTOPP_THREEWAY_H
#include "config.h"
#include "seckey.h"
#include "secblock.h"

View File

@ -6,13 +6,14 @@
#ifndef CRYPTOPP_SECKEY_H
#define CRYPTOPP_SECKEY_H
#include "cryptlib.h"
#include "config.h"
#if CRYPTOPP_MSC_VERSION
# pragma warning(push)
# pragma warning(disable: 4189)
#endif
#include "cryptlib.h"
#include "misc.h"
#include "simple.h"