diff --git a/src/cryptlib/config.h b/src/cryptlib/config.h index 5198dec..c5b5b7a 100644 --- a/src/cryptlib/config.h +++ b/src/cryptlib/config.h @@ -84,6 +84,8 @@ #if __cplusplus < 201103L typedef unsigned char uint8_t; +#else +#include #endif typedef unsigned short word16;