diff --git a/crypto/err/err.h b/crypto/err/err.h index ec895c4d12..95658addf9 100644 --- a/crypto/err/err.h +++ b/crypto/err/err.h @@ -59,6 +59,8 @@ #ifndef HEADER_ERR_H #define HEADER_ERR_H +#include + #ifndef OPENSSL_NO_FP_API #include #include diff --git a/crypto/lhash/lhash.h b/crypto/lhash/lhash.h index dee8207333..7c1d486425 100644 --- a/crypto/lhash/lhash.h +++ b/crypto/lhash/lhash.h @@ -63,6 +63,7 @@ #ifndef HEADER_LHASH_H #define HEADER_LHASH_H +#include #ifndef OPENSSL_NO_FP_API #include #endif