diff --git a/misc.h b/misc.h index f7dc8165..090b2972 100644 --- a/misc.h +++ b/misc.h @@ -1,4 +1,4 @@ -// misc.h - written and placed in the public domain by Wei Dai +// misc.h - written and placed in the public domain by Wei Dai //! \file misc.h //! \brief Utility functions for the Crypto++ library. @@ -51,6 +51,7 @@ #ifdef __BORLANDC__ #include +#include #endif #if defined(__GNUC__) && defined(__linux__)